@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceDefinitionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetResourceDefinitionVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetResourceDefinitionVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceDefinitionId()
The ID of the resource definition.
|
String |
getResourceDefinitionVersionId()
The ID of the resource definition version.
|
int |
hashCode() |
void |
setResourceDefinitionId(String resourceDefinitionId)
The ID of the resource definition.
|
void |
setResourceDefinitionVersionId(String resourceDefinitionVersionId)
The ID of the resource definition version.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceDefinitionVersionRequest |
withResourceDefinitionId(String resourceDefinitionId)
The ID of the resource definition.
|
GetResourceDefinitionVersionRequest |
withResourceDefinitionVersionId(String resourceDefinitionVersionId)
The ID of the resource 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 setResourceDefinitionId(String resourceDefinitionId)
resourceDefinitionId
- The ID of the resource definition.public String getResourceDefinitionId()
public GetResourceDefinitionVersionRequest withResourceDefinitionId(String resourceDefinitionId)
resourceDefinitionId
- The ID of the resource definition.public void setResourceDefinitionVersionId(String resourceDefinitionVersionId)
resourceDefinitionVersionId
- The ID of the resource definition version. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by ''ListResourceDefinitionVersions''
requests. If the version is the last one that was associated with a resource definition, the value also
maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String getResourceDefinitionVersionId()
public GetResourceDefinitionVersionRequest withResourceDefinitionVersionId(String resourceDefinitionVersionId)
resourceDefinitionVersionId
- The ID of the resource definition version. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by ''ListResourceDefinitionVersions''
requests. If the version is the last one that was associated with a resource definition, the value also
maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String toString()
toString
in class Object
Object.toString()
public GetResourceDefinitionVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()