@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 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.
|
GetAccountConfigurationResult |
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. By default,
CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration. If you do not specify a customer-managed key, returns empty.
encryptionConfig - An EncryptionConfig object that contains the KMS key ARN that is used for encryption. By
default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration. If you do not specify a customer-managed key, returns empty.public EncryptionConfig getEncryptionConfig()
An EncryptionConfig object that contains the KMS key ARN that is used for encryption. By default,
CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration. If you do not specify a customer-managed key, returns empty.
EncryptionConfig object that contains the KMS key ARN that is used for encryption. By
default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration. If you do not specify a customer-managed key, returns empty.public GetAccountConfigurationResult withEncryptionConfig(EncryptionConfig encryptionConfig)
An EncryptionConfig object that contains the KMS key ARN that is used for encryption. By default,
CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration. If you do not specify a customer-managed key, returns empty.
encryptionConfig - An EncryptionConfig object that contains the KMS key ARN that is used for encryption. By
default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration. If you do not specify a customer-managed key, returns empty.public String toString()
toString in class ObjectObject.toString()public GetAccountConfigurationResult clone()