@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEncryptionKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
GetEncryptionKeyResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetEncryptionKeyResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getKmsKeyId()
 A kms key ID. 
 | 
int | 
hashCode()  | 
void | 
setKmsKeyId(String kmsKeyId)
 A kms key ID. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetEncryptionKeyResult | 
withKmsKeyId(String kmsKeyId)
 A kms key ID. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKmsKeyId(String kmsKeyId)
A kms key ID.
kmsKeyId - A kms key ID.public String getKmsKeyId()
A kms key ID.
public GetEncryptionKeyResult withKmsKeyId(String kmsKeyId)
A kms key ID.
kmsKeyId - A kms key ID.public String toString()
toString in class ObjectObject.toString()public GetEncryptionKeyResult clone()