@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCoreDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCoreDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCoreDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCoreDefinitionId()
The ID of the core definition.
|
String |
getName()
The name of the definition.
|
int |
hashCode() |
void |
setCoreDefinitionId(String coreDefinitionId)
The ID of the core definition.
|
void |
setName(String name)
The name of the definition.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCoreDefinitionRequest |
withCoreDefinitionId(String coreDefinitionId)
The ID of the core definition.
|
UpdateCoreDefinitionRequest |
withName(String name)
The name of the 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, withSdkRequestTimeout
public void setCoreDefinitionId(String coreDefinitionId)
coreDefinitionId
- The ID of the core definition.public String getCoreDefinitionId()
public UpdateCoreDefinitionRequest withCoreDefinitionId(String coreDefinitionId)
coreDefinitionId
- The ID of the core definition.public void setName(String name)
name
- The name of the definition.public String getName()
public UpdateCoreDefinitionRequest withName(String name)
name
- The name of the definition.public String toString()
toString
in class Object
Object.toString()
public UpdateCoreDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()