@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateAccountConfigurationRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateAccountConfigurationRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
EncryptionConfig | 
getEncryptionConfig()
 The KMS key ARN you want to use for encryption. 
 | 
int | 
hashCode()  | 
void | 
setEncryptionConfig(EncryptionConfig encryptionConfig)
 The KMS key ARN you want to use for encryption. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateAccountConfigurationRequest | 
withEncryptionConfig(EncryptionConfig encryptionConfig)
 The KMS key ARN you want to use for encryption. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEncryptionConfig(EncryptionConfig encryptionConfig)
The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.
encryptionConfig - The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.public EncryptionConfig getEncryptionConfig()
The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.
public UpdateAccountConfigurationRequest withEncryptionConfig(EncryptionConfig encryptionConfig)
The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.
encryptionConfig - The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.public String toString()
toString in class ObjectObject.toString()public UpdateAccountConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()