@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEbsDefaultKmsKeyIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEbsDefaultKmsKeyIdResult() |
Modifier and Type | Method and Description |
---|---|
GetEbsDefaultKmsKeyIdResult |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The Amazon Resource Name (ARN) of the default CMK for encryption by default.
|
int |
hashCode() |
void |
setKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the default CMK for encryption by default.
|
String |
toString()
Returns a string representation of this object.
|
GetEbsDefaultKmsKeyIdResult |
withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the default CMK for encryption by default.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the default CMK for encryption by default.
kmsKeyId
- The Amazon Resource Name (ARN) of the default CMK for encryption by default.public String getKmsKeyId()
The Amazon Resource Name (ARN) of the default CMK for encryption by default.
public GetEbsDefaultKmsKeyIdResult withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the default CMK for encryption by default.
kmsKeyId
- The Amazon Resource Name (ARN) of the default CMK for encryption by default.public String toString()
toString
in class Object
Object.toString()
public GetEbsDefaultKmsKeyIdResult clone()
Copyright © 2021. All rights reserved.