public class DeleteLogGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteLogGroupRequest()
Default constructor for DeleteLogGroupRequest object.
|
DeleteLogGroupRequest(String logGroupName)
Constructs a new DeleteLogGroupRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLogGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getLogGroupName()
The name of the log group to delete.
|
int |
hashCode() |
void |
setLogGroupName(String logGroupName)
The name of the log group to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteLogGroupRequest |
withLogGroupName(String logGroupName)
The name of the log group to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteLogGroupRequest()
public DeleteLogGroupRequest(String logGroupName)
logGroupName - The name of the log group to delete.public void setLogGroupName(String logGroupName)
The name of the log group to delete.
logGroupName - The name of the log group to delete.public String getLogGroupName()
The name of the log group to delete.
public DeleteLogGroupRequest withLogGroupName(String logGroupName)
The name of the log group to delete.
logGroupName - The name of the log group to delete.public String toString()
toString in class ObjectObject.toString()public DeleteLogGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.