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