@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLoggerDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLoggerDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLoggerDefinitionRequest |
addTagsEntry(String key,
String value) |
CreateLoggerDefinitionRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLoggerDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAmznClientToken()
A client token used to correlate requests and responses.
|
LoggerDefinitionVersion |
getInitialVersion()
Information about the initial version of the logger definition.
|
String |
getName()
The name of the logger definition.
|
Map<String,String> |
getTags()
Tag(s) to add to the new resource.
|
int |
hashCode() |
void |
setAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
void |
setInitialVersion(LoggerDefinitionVersion initialVersion)
Information about the initial version of the logger definition.
|
void |
setName(String name)
The name of the logger definition.
|
void |
setTags(Map<String,String> tags)
Tag(s) to add to the new resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateLoggerDefinitionRequest |
withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
CreateLoggerDefinitionRequest |
withInitialVersion(LoggerDefinitionVersion initialVersion)
Information about the initial version of the logger definition.
|
CreateLoggerDefinitionRequest |
withName(String name)
The name of the logger definition.
|
CreateLoggerDefinitionRequest |
withTags(Map<String,String> tags)
Tag(s) to add to the new resource.
|
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 void setAmznClientToken(String amznClientToken)
amznClientToken
- A client token used to correlate requests and responses.public String getAmznClientToken()
public CreateLoggerDefinitionRequest withAmznClientToken(String amznClientToken)
amznClientToken
- A client token used to correlate requests and responses.public void setInitialVersion(LoggerDefinitionVersion initialVersion)
initialVersion
- Information about the initial version of the logger definition.public LoggerDefinitionVersion getInitialVersion()
public CreateLoggerDefinitionRequest withInitialVersion(LoggerDefinitionVersion initialVersion)
initialVersion
- Information about the initial version of the logger definition.public void setName(String name)
name
- The name of the logger definition.public String getName()
public CreateLoggerDefinitionRequest withName(String name)
name
- The name of the logger definition.public Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags
- Tag(s) to add to the new resource.public CreateLoggerDefinitionRequest withTags(Map<String,String> tags)
tags
- Tag(s) to add to the new resource.public CreateLoggerDefinitionRequest addTagsEntry(String key, String value)
public CreateLoggerDefinitionRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateLoggerDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.