@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetEbsDefaultKmsKeyIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ResetEbsDefaultKmsKeyIdResult() |
| Modifier and Type | Method and Description |
|---|---|
ResetEbsDefaultKmsKeyIdResult |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified in the
API call that creates the volume.
|
int |
hashCode() |
void |
setKmsKeyId(String kmsKeyId)
The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified in the
API call that creates the volume.
|
String |
toString()
Returns a string representation of this object.
|
ResetEbsDefaultKmsKeyIdResult |
withKmsKeyId(String kmsKeyId)
The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified in the
API call that creates the volume.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKmsKeyId(String kmsKeyId)
The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified in the API call that creates the volume.
kmsKeyId - The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified
in the API call that creates the volume.public String getKmsKeyId()
The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified in the API call that creates the volume.
public ResetEbsDefaultKmsKeyIdResult withKmsKeyId(String kmsKeyId)
The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified in the API call that creates the volume.
kmsKeyId - The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified
in the API call that creates the volume.public String toString()
toString in class ObjectObject.toString()public ResetEbsDefaultKmsKeyIdResult clone()
Copyright © 2019. All rights reserved.