@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCoreDefinitionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateCoreDefinitionVersionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateCoreDefinitionVersionRequest |
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.
|
String |
getCoreDefinitionId()
The ID of the core definition.
|
List<Core> |
getCores()
A list of cores in the core definition version.
|
int |
hashCode() |
void |
setAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
void |
setCoreDefinitionId(String coreDefinitionId)
The ID of the core definition.
|
void |
setCores(Collection<Core> cores)
A list of cores in the core definition version.
|
String |
toString()
Returns a string representation of this object.
|
CreateCoreDefinitionVersionRequest |
withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
CreateCoreDefinitionVersionRequest |
withCoreDefinitionId(String coreDefinitionId)
The ID of the core definition.
|
CreateCoreDefinitionVersionRequest |
withCores(Collection<Core> cores)
A list of cores in the core definition version.
|
CreateCoreDefinitionVersionRequest |
withCores(Core... cores)
A list of cores in the core definition version.
|
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 CreateCoreDefinitionVersionRequest withAmznClientToken(String amznClientToken)
amznClientToken
- A client token used to correlate requests and responses.public void setCoreDefinitionId(String coreDefinitionId)
coreDefinitionId
- The ID of the core definition.public String getCoreDefinitionId()
public CreateCoreDefinitionVersionRequest withCoreDefinitionId(String coreDefinitionId)
coreDefinitionId
- The ID of the core definition.public List<Core> getCores()
public void setCores(Collection<Core> cores)
cores
- A list of cores in the core definition version.public CreateCoreDefinitionVersionRequest withCores(Core... cores)
NOTE: This method appends the values to the existing list (if any). Use
setCores(java.util.Collection)
or withCores(java.util.Collection)
if you want to override the
existing values.
cores
- A list of cores in the core definition version.public CreateCoreDefinitionVersionRequest withCores(Collection<Core> cores)
cores
- A list of cores in the core definition version.public String toString()
toString
in class Object
Object.toString()
public CreateCoreDefinitionVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()