@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 |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAmznClientToken()
The client token used to request idempotent operations.
|
CoreDefinitionVersion |
getInitialVersion()
Information on the initial version
|
String |
getName()
name of the core definition
|
int |
hashCode() |
void |
setAmznClientToken(String amznClientToken)
The client token used to request idempotent operations.
|
void |
setInitialVersion(CoreDefinitionVersion initialVersion)
Information on the initial version
|
void |
setName(String name)
name of the core definition
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateCoreDefinitionRequest |
withAmznClientToken(String amznClientToken)
The client token used to request idempotent operations.
|
CreateCoreDefinitionRequest |
withInitialVersion(CoreDefinitionVersion initialVersion)
Information on the initial version
|
CreateCoreDefinitionRequest |
withName(String name)
name of the core definition
|
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 - The client token used to request idempotent operations.public String getAmznClientToken()
public CreateCoreDefinitionRequest withAmznClientToken(String amznClientToken)
amznClientToken - The client token used to request idempotent operations.public void setInitialVersion(CoreDefinitionVersion initialVersion)
initialVersion - Information on the initial versionpublic CoreDefinitionVersion getInitialVersion()
public CreateCoreDefinitionRequest withInitialVersion(CoreDefinitionVersion initialVersion)
initialVersion - Information on the initial versionpublic void setName(String name)
name - name of the core definitionpublic String getName()
public CreateCoreDefinitionRequest withName(String name)
name - name of the core definitionpublic String toString()
toString in class ObjectObject.toString()public CreateCoreDefinitionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.