@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLogGroupName()
The name of the log group.
|
int |
hashCode() |
void |
setLogGroupName(String logGroupName)
The name of the log group.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLogGroupRequest |
withLogGroupName(String logGroupName)
The name of the log group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteLogGroupRequest()
public DeleteLogGroupRequest(String logGroupName)
logGroupName
- The name of the log group.public void setLogGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.public String getLogGroupName()
The name of the log group.
public DeleteLogGroupRequest withLogGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.public String toString()
toString
in class Object
Object.toString()
public DeleteLogGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()