@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCoreDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateCoreDefinitionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateCoreDefinitionRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateCoreDefinitionRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateCoreDefinitionRequest | 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. | 
| CoreDefinitionVersion | getInitialVersion()Information about the initial version of the core definition. | 
| String | getName()The name of the core 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(CoreDefinitionVersion initialVersion)Information about the initial version of the core definition. | 
| void | setName(String name)The name of the core definition. | 
| void | setTags(Map<String,String> tags)Tag(s) to add to the new resource. | 
| String | toString()Returns a string representation of this object. | 
| CreateCoreDefinitionRequest | withAmznClientToken(String amznClientToken)A client token used to correlate requests and responses. | 
| CreateCoreDefinitionRequest | withInitialVersion(CoreDefinitionVersion initialVersion)Information about the initial version of the core definition. | 
| CreateCoreDefinitionRequest | withName(String name)The name of the core definition. | 
| CreateCoreDefinitionRequest | 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, withSdkRequestTimeoutpublic void setAmznClientToken(String amznClientToken)
amznClientToken - A client token used to correlate requests and responses.public String getAmznClientToken()
public CreateCoreDefinitionRequest withAmznClientToken(String amznClientToken)
amznClientToken - A client token used to correlate requests and responses.public void setInitialVersion(CoreDefinitionVersion initialVersion)
initialVersion - Information about the initial version of the core definition.public CoreDefinitionVersion getInitialVersion()
public CreateCoreDefinitionRequest withInitialVersion(CoreDefinitionVersion initialVersion)
initialVersion - Information about the initial version of the core definition.public void setName(String name)
name - The name of the core definition.public String getName()
public CreateCoreDefinitionRequest withName(String name)
name - The name of the core definition.public Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags - Tag(s) to add to the new resource.public CreateCoreDefinitionRequest withTags(Map<String,String> tags)
tags - Tag(s) to add to the new resource.public CreateCoreDefinitionRequest addTagsEntry(String key, String value)
public CreateCoreDefinitionRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateCoreDefinitionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()