@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAccountConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountConfigurationResult |
clone() |
boolean |
equals(Object obj) |
EncryptionConfig |
getEncryptionConfig()
An
EncryptionConfig object that contains the KMS key ARN that is used for encryption. |
int |
hashCode() |
void |
setEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN that is used for encryption. |
String |
toString()
Returns a string representation of this object.
|
UpdateAccountConfigurationResult |
withEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN that is used for encryption. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEncryptionConfig(EncryptionConfig encryptionConfig)
An EncryptionConfig
object that contains the KMS key ARN that is used for encryption. If you did not
specify a customer-managed KMS key in the request, returns empty.
encryptionConfig
- An EncryptionConfig
object that contains the KMS key ARN that is used for encryption. If you
did not specify a customer-managed KMS key in the request, returns empty.public EncryptionConfig getEncryptionConfig()
An EncryptionConfig
object that contains the KMS key ARN that is used for encryption. If you did not
specify a customer-managed KMS key in the request, returns empty.
EncryptionConfig
object that contains the KMS key ARN that is used for encryption. If you
did not specify a customer-managed KMS key in the request, returns empty.public UpdateAccountConfigurationResult withEncryptionConfig(EncryptionConfig encryptionConfig)
An EncryptionConfig
object that contains the KMS key ARN that is used for encryption. If you did not
specify a customer-managed KMS key in the request, returns empty.
encryptionConfig
- An EncryptionConfig
object that contains the KMS key ARN that is used for encryption. If you
did not specify a customer-managed KMS key in the request, returns empty.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountConfigurationResult clone()