@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDecryptedAPIKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetDecryptedAPIKeyResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetDecryptedAPIKeyResult | clone() | 
| boolean | equals(Object obj) | 
| Date | getCreationTimestamp()
 The date and time that the key was created. | 
| List<String> | getTokenDomains()
 The token domains that are defined in this API key. | 
| int | hashCode() | 
| void | setCreationTimestamp(Date creationTimestamp)
 The date and time that the key was created. | 
| void | setTokenDomains(Collection<String> tokenDomains)
 The token domains that are defined in this API key. | 
| String | toString()Returns a string representation of this object. | 
| GetDecryptedAPIKeyResult | withCreationTimestamp(Date creationTimestamp)
 The date and time that the key was created. | 
| GetDecryptedAPIKeyResult | withTokenDomains(Collection<String> tokenDomains)
 The token domains that are defined in this API key. | 
| GetDecryptedAPIKeyResult | withTokenDomains(String... tokenDomains)
 The token domains that are defined in this API key. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getTokenDomains()
The token domains that are defined in this API key.
public void setTokenDomains(Collection<String> tokenDomains)
The token domains that are defined in this API key.
tokenDomains - The token domains that are defined in this API key.public GetDecryptedAPIKeyResult withTokenDomains(String... tokenDomains)
The token domains that are defined in this API key.
 NOTE: This method appends the values to the existing list (if any). Use
 setTokenDomains(java.util.Collection) or withTokenDomains(java.util.Collection) if you want to
 override the existing values.
 
tokenDomains - The token domains that are defined in this API key.public GetDecryptedAPIKeyResult withTokenDomains(Collection<String> tokenDomains)
The token domains that are defined in this API key.
tokenDomains - The token domains that are defined in this API key.public void setCreationTimestamp(Date creationTimestamp)
The date and time that the key was created.
creationTimestamp - The date and time that the key was created.public Date getCreationTimestamp()
The date and time that the key was created.
public GetDecryptedAPIKeyResult withCreationTimestamp(Date creationTimestamp)
The date and time that the key was created.
creationTimestamp - The date and time that the key was created.public String toString()
toString in class ObjectObject.toString()public GetDecryptedAPIKeyResult clone()