@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UpdateAccountConfigurationResult clone()