@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResourceDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateResourceDefinitionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateResourceDefinitionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getArn()The ARN of the definition. | 
| String | getCreationTimestamp()The time, in milliseconds since the epoch, when the definition was created. | 
| String | getId()The ID of the definition. | 
| String | getLastUpdatedTimestamp()The time, in milliseconds since the epoch, when the definition was last updated. | 
| String | getLatestVersion()The ID of the latest version associated with the definition. | 
| String | getLatestVersionArn()The ARN of the latest version associated with the definition. | 
| String | getName()The name of the definition. | 
| int | hashCode() | 
| void | setArn(String arn)The ARN of the definition. | 
| void | setCreationTimestamp(String creationTimestamp)The time, in milliseconds since the epoch, when the definition was created. | 
| void | setId(String id)The ID of the definition. | 
| void | setLastUpdatedTimestamp(String lastUpdatedTimestamp)The time, in milliseconds since the epoch, when the definition was last updated. | 
| void | setLatestVersion(String latestVersion)The ID of the latest version associated with the definition. | 
| void | setLatestVersionArn(String latestVersionArn)The ARN of the latest version associated with the definition. | 
| void | setName(String name)The name of the definition. | 
| String | toString()Returns a string representation of this object. | 
| CreateResourceDefinitionResult | withArn(String arn)The ARN of the definition. | 
| CreateResourceDefinitionResult | withCreationTimestamp(String creationTimestamp)The time, in milliseconds since the epoch, when the definition was created. | 
| CreateResourceDefinitionResult | withId(String id)The ID of the definition. | 
| CreateResourceDefinitionResult | withLastUpdatedTimestamp(String lastUpdatedTimestamp)The time, in milliseconds since the epoch, when the definition was last updated. | 
| CreateResourceDefinitionResult | withLatestVersion(String latestVersion)The ID of the latest version associated with the definition. | 
| CreateResourceDefinitionResult | withLatestVersionArn(String latestVersionArn)The ARN of the latest version associated with the definition. | 
| CreateResourceDefinitionResult | withName(String name)The name of the definition. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
arn - The ARN of the definition.public String getArn()
public CreateResourceDefinitionResult withArn(String arn)
arn - The ARN of the definition.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp - The time, in milliseconds since the epoch, when the definition was created.public String getCreationTimestamp()
public CreateResourceDefinitionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp - The time, in milliseconds since the epoch, when the definition was created.public void setId(String id)
id - The ID of the definition.public String getId()
public CreateResourceDefinitionResult withId(String id)
id - The ID of the definition.public void setLastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the definition was last updated.public String getLastUpdatedTimestamp()
public CreateResourceDefinitionResult withLastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the definition was last updated.public void setLatestVersion(String latestVersion)
latestVersion - The ID of the latest version associated with the definition.public String getLatestVersion()
public CreateResourceDefinitionResult withLatestVersion(String latestVersion)
latestVersion - The ID of the latest version associated with the definition.public void setLatestVersionArn(String latestVersionArn)
latestVersionArn - The ARN of the latest version associated with the definition.public String getLatestVersionArn()
public CreateResourceDefinitionResult withLatestVersionArn(String latestVersionArn)
latestVersionArn - The ARN of the latest version associated with the definition.public void setName(String name)
name - The name of the definition.public String getName()
public CreateResourceDefinitionResult withName(String name)
name - The name of the definition.public String toString()
toString in class ObjectObject.toString()public CreateResourceDefinitionResult clone()