public class DeleteRetentionPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteRetentionPolicyRequest()
Default constructor for DeleteRetentionPolicyRequest object.
|
DeleteRetentionPolicyRequest(String logGroupName)
Constructs a new DeleteRetentionPolicyRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRetentionPolicyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLogGroupName()
The name of the log group that is associated with the retention policy to delete.
|
int |
hashCode() |
void |
setLogGroupName(String logGroupName)
The name of the log group that is associated with the retention policy to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteRetentionPolicyRequest |
withLogGroupName(String logGroupName)
The name of the log group that is associated with the retention policy to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteRetentionPolicyRequest()
public DeleteRetentionPolicyRequest(String logGroupName)
logGroupName - The name of the log group that is associated with the retention policy to delete.public void setLogGroupName(String logGroupName)
The name of the log group that is associated with the retention policy to delete.
logGroupName - The name of the log group that is associated with the retention policy to delete.public String getLogGroupName()
The name of the log group that is associated with the retention policy to delete.
public DeleteRetentionPolicyRequest withLogGroupName(String logGroupName)
The name of the log group that is associated with the retention policy to delete.
logGroupName - The name of the log group that is associated with the retention policy to delete.public String toString()
toString in class ObjectObject.toString()public DeleteRetentionPolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.