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()
Creates a shallow clone of this request.
|
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, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DeleteRetentionPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.