@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAccountConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAccountConfigurationResult |
clone() |
boolean |
equals(Object obj) |
EncryptionConfig |
getEncryptionConfig()
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
int |
hashCode() |
void |
setEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
String |
toString()
Returns a string representation of this object.
|
GetAccountConfigurationResult |
withEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEncryptionConfig(EncryptionConfig encryptionConfig)
An EncryptionConfig object that contains the KMS key ARN to use for encryption. By default, CodeGuru
Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration.
encryptionConfig - An EncryptionConfig object that contains the KMS key ARN to use for encryption. By default,
CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration.public EncryptionConfig getEncryptionConfig()
An EncryptionConfig object that contains the KMS key ARN to use for encryption. By default, CodeGuru
Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration.
EncryptionConfig object that contains the KMS key ARN to use for encryption. By default,
CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration.public GetAccountConfigurationResult withEncryptionConfig(EncryptionConfig encryptionConfig)
An EncryptionConfig object that contains the KMS key ARN to use for encryption. By default, CodeGuru
Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration.
encryptionConfig - An EncryptionConfig object that contains the KMS key ARN to use for encryption. By default,
CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration.public String toString()
toString in class ObjectObject.toString()public GetAccountConfigurationResult clone()