@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCoreDefinitionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCoreDefinitionVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetCoreDefinitionVersionRequest |
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 |
getCoreDefinitionVersionId()
The ID of the core definition version.
|
int |
hashCode() |
void |
setCoreDefinitionId(String coreDefinitionId)
The ID of the core definition.
|
void |
setCoreDefinitionVersionId(String coreDefinitionVersionId)
The ID of the core definition version.
|
String |
toString()
Returns a string representation of this object.
|
GetCoreDefinitionVersionRequest |
withCoreDefinitionId(String coreDefinitionId)
The ID of the core definition.
|
GetCoreDefinitionVersionRequest |
withCoreDefinitionVersionId(String coreDefinitionVersionId)
The ID of 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 setCoreDefinitionId(String coreDefinitionId)
coreDefinitionId
- The ID of the core definition.public String getCoreDefinitionId()
public GetCoreDefinitionVersionRequest withCoreDefinitionId(String coreDefinitionId)
coreDefinitionId
- The ID of the core definition.public void setCoreDefinitionVersionId(String coreDefinitionVersionId)
coreDefinitionVersionId
- The ID of the core definition version. This value maps to the ''Version'' property of the corresponding
''VersionInformation'' object, which is returned by ''ListCoreDefinitionVersions'' requests. If the
version is the last one that was associated with a core definition, the value also maps to the
''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String getCoreDefinitionVersionId()
public GetCoreDefinitionVersionRequest withCoreDefinitionVersionId(String coreDefinitionVersionId)
coreDefinitionVersionId
- The ID of the core definition version. This value maps to the ''Version'' property of the corresponding
''VersionInformation'' object, which is returned by ''ListCoreDefinitionVersions'' requests. If the
version is the last one that was associated with a core definition, the value also maps to the
''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String toString()
toString
in class Object
Object.toString()
public GetCoreDefinitionVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.