@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAddonSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAddonSubscriptionResult() |
Modifier and Type | Method and Description |
---|---|
GetAddonSubscriptionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAddonName()
The name of the Add On for the subscription.
|
String |
getAddonSubscriptionArn()
Amazon Resource Name (ARN) for the subscription.
|
Date |
getCreatedTimestamp()
The timestamp of when the Add On subscription was created.
|
int |
hashCode() |
void |
setAddonName(String addonName)
The name of the Add On for the subscription.
|
void |
setAddonSubscriptionArn(String addonSubscriptionArn)
Amazon Resource Name (ARN) for the subscription.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp of when the Add On subscription was created.
|
String |
toString()
Returns a string representation of this object.
|
GetAddonSubscriptionResult |
withAddonName(String addonName)
The name of the Add On for the subscription.
|
GetAddonSubscriptionResult |
withAddonSubscriptionArn(String addonSubscriptionArn)
Amazon Resource Name (ARN) for the subscription.
|
GetAddonSubscriptionResult |
withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the Add On subscription was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAddonName(String addonName)
The name of the Add On for the subscription.
addonName
- The name of the Add On for the subscription.public String getAddonName()
The name of the Add On for the subscription.
public GetAddonSubscriptionResult withAddonName(String addonName)
The name of the Add On for the subscription.
addonName
- The name of the Add On for the subscription.public void setAddonSubscriptionArn(String addonSubscriptionArn)
Amazon Resource Name (ARN) for the subscription.
addonSubscriptionArn
- Amazon Resource Name (ARN) for the subscription.public String getAddonSubscriptionArn()
Amazon Resource Name (ARN) for the subscription.
public GetAddonSubscriptionResult withAddonSubscriptionArn(String addonSubscriptionArn)
Amazon Resource Name (ARN) for the subscription.
addonSubscriptionArn
- Amazon Resource Name (ARN) for the subscription.public void setCreatedTimestamp(Date createdTimestamp)
The timestamp of when the Add On subscription was created.
createdTimestamp
- The timestamp of when the Add On subscription was created.public Date getCreatedTimestamp()
The timestamp of when the Add On subscription was created.
public GetAddonSubscriptionResult withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the Add On subscription was created.
createdTimestamp
- The timestamp of when the Add On subscription was created.public String toString()
toString
in class Object
Object.toString()
public GetAddonSubscriptionResult clone()