@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceDefinitionVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResourceDefinitionVersionResult() |
Modifier and Type | Method and Description |
---|---|
GetResourceDefinitionVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Arn of the resource definition version.
|
String |
getCreationTimestamp()
Timestamp of when the resource definition version was created.
|
ResourceDefinitionVersion |
getDefinition()
Information on definition.
|
String |
getId()
Id of the resource definition the version belongs to.
|
String |
getVersion()
Version of the resource definition version.
|
int |
hashCode() |
void |
setArn(String arn)
Arn of the resource definition version.
|
void |
setCreationTimestamp(String creationTimestamp)
Timestamp of when the resource definition version was created.
|
void |
setDefinition(ResourceDefinitionVersion definition)
Information on definition.
|
void |
setId(String id)
Id of the resource definition the version belongs to.
|
void |
setVersion(String version)
Version of the resource definition version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetResourceDefinitionVersionResult |
withArn(String arn)
Arn of the resource definition version.
|
GetResourceDefinitionVersionResult |
withCreationTimestamp(String creationTimestamp)
Timestamp of when the resource definition version was created.
|
GetResourceDefinitionVersionResult |
withDefinition(ResourceDefinitionVersion definition)
Information on definition.
|
GetResourceDefinitionVersionResult |
withId(String id)
Id of the resource definition the version belongs to.
|
GetResourceDefinitionVersionResult |
withVersion(String version)
Version of the resource definition version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- Arn of the resource definition version.public String getArn()
public GetResourceDefinitionVersionResult withArn(String arn)
arn
- Arn of the resource definition version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the resource definition version was created.public String getCreationTimestamp()
public GetResourceDefinitionVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the resource definition version was created.public void setDefinition(ResourceDefinitionVersion definition)
definition
- Information on definition.public ResourceDefinitionVersion getDefinition()
public GetResourceDefinitionVersionResult withDefinition(ResourceDefinitionVersion definition)
definition
- Information on definition.public void setId(String id)
id
- Id of the resource definition the version belongs to.public String getId()
public GetResourceDefinitionVersionResult withId(String id)
id
- Id of the resource definition the version belongs to.public void setVersion(String version)
version
- Version of the resource definition version.public String getVersion()
public GetResourceDefinitionVersionResult withVersion(String version)
version
- Version of the resource definition version.public String toString()
toString
in class Object
Object.toString()
public GetResourceDefinitionVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.