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