@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 customer-managed KMS key ARN you want to use for encryption.
|
int |
hashCode() |
void |
setEncryptionConfig(EncryptionConfig encryptionConfig)
The customer-managed KMS key ARN you want to use for encryption.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountConfigurationRequest |
withEncryptionConfig(EncryptionConfig encryptionConfig)
The customer-managed 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, withSdkRequestTimeout
public void setEncryptionConfig(EncryptionConfig encryptionConfig)
The customer-managed KMS key ARN you want to use for encryption. If not specified, CodeGuru Security will use an AWS-managed key for encryption. If you previously specified a customer-managed KMS key and want CodeGuru Security to use an AWS-managed key for encryption instead, pass nothing.
encryptionConfig
- The customer-managed KMS key ARN you want to use for encryption. If not specified, CodeGuru Security will
use an AWS-managed key for encryption. If you previously specified a customer-managed KMS key and want
CodeGuru Security to use an AWS-managed key for encryption instead, pass nothing.public EncryptionConfig getEncryptionConfig()
The customer-managed KMS key ARN you want to use for encryption. If not specified, CodeGuru Security will use an AWS-managed key for encryption. If you previously specified a customer-managed KMS key and want CodeGuru Security to use an AWS-managed key for encryption instead, pass nothing.
public UpdateAccountConfigurationRequest withEncryptionConfig(EncryptionConfig encryptionConfig)
The customer-managed KMS key ARN you want to use for encryption. If not specified, CodeGuru Security will use an AWS-managed key for encryption. If you previously specified a customer-managed KMS key and want CodeGuru Security to use an AWS-managed key for encryption instead, pass nothing.
encryptionConfig
- The customer-managed KMS key ARN you want to use for encryption. If not specified, CodeGuru Security will
use an AWS-managed key for encryption. If you previously specified a customer-managed KMS key and want
CodeGuru Security to use an AWS-managed key for encryption instead, pass nothing.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()