@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResourceDefinitionVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateResourceDefinitionVersionResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateResourceDefinitionVersionResult |
clone () |
boolean |
equals (Object obj) |
String |
getArn ()
The ARN of the version.
|
String |
getCreationTimestamp ()
The time, in milliseconds since the epoch, when the version was created.
|
String |
getId ()
The ID of the parent definition that the version is associated with.
|
String |
getVersion ()
The ID of the version.
|
int |
hashCode () |
void |
setArn (String arn)
The ARN of the version.
|
void |
setCreationTimestamp (String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
void |
setId (String id)
The ID of the parent definition that the version is associated with.
|
void |
setVersion (String version)
The ID of the version.
|
String |
toString ()
Returns a string representation of this object.
|
CreateResourceDefinitionVersionResult |
withArn (String arn)
The ARN of the version.
|
CreateResourceDefinitionVersionResult |
withCreationTimestamp (String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
CreateResourceDefinitionVersionResult |
withId (String id)
The ID of the parent definition that the version is associated with.
|
CreateResourceDefinitionVersionResult |
withVersion (String version)
The ID of the version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateResourceDefinitionVersionResult()
public void setArn(String arn)
arn - The ARN of the version.public String getArn()
public CreateResourceDefinitionVersionResult withArn(String arn)
arn - The ARN of the version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp - The time, in milliseconds since the epoch, when the version was created.public String getCreationTimestamp()
public CreateResourceDefinitionVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp - The time, in milliseconds since the epoch, when the version was created.public void setId(String id)
id - The ID of the parent definition that the version is associated with.public String getId()
public CreateResourceDefinitionVersionResult withId(String id)
id - The ID of the parent definition that the version is associated with.public void setVersion(String version)
version - The ID of the version.public String getVersion()
public CreateResourceDefinitionVersionResult withVersion(String version)
version - The ID of the version.public String toString()
toString in class Object Object.toString() public CreateResourceDefinitionVersionResult clone()