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