@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifiedAccessSseSpecificationResponse extends Object implements Serializable, Cloneable
The options in use for server side encryption.
Constructor and Description |
---|
VerifiedAccessSseSpecificationResponse() |
Modifier and Type | Method and Description |
---|---|
VerifiedAccessSseSpecificationResponse |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCustomerManagedKeyEnabled()
Indicates whether customer managed KMS keys are in use for server side encryption.
|
String |
getKmsKeyArn()
The ARN of the KMS key.
|
int |
hashCode() |
Boolean |
isCustomerManagedKeyEnabled()
Indicates whether customer managed KMS keys are in use for server side encryption.
|
void |
setCustomerManagedKeyEnabled(Boolean customerManagedKeyEnabled)
Indicates whether customer managed KMS keys are in use for server side encryption.
|
void |
setKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key.
|
String |
toString()
Returns a string representation of this object.
|
VerifiedAccessSseSpecificationResponse |
withCustomerManagedKeyEnabled(Boolean customerManagedKeyEnabled)
Indicates whether customer managed KMS keys are in use for server side encryption.
|
VerifiedAccessSseSpecificationResponse |
withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key.
|
public VerifiedAccessSseSpecificationResponse()
public void setCustomerManagedKeyEnabled(Boolean customerManagedKeyEnabled)
Indicates whether customer managed KMS keys are in use for server side encryption.
Valid values: True
| False
customerManagedKeyEnabled
- Indicates whether customer managed KMS keys are in use for server side encryption.
Valid values: True
| False
public Boolean getCustomerManagedKeyEnabled()
Indicates whether customer managed KMS keys are in use for server side encryption.
Valid values: True
| False
Valid values: True
| False
public VerifiedAccessSseSpecificationResponse withCustomerManagedKeyEnabled(Boolean customerManagedKeyEnabled)
Indicates whether customer managed KMS keys are in use for server side encryption.
Valid values: True
| False
customerManagedKeyEnabled
- Indicates whether customer managed KMS keys are in use for server side encryption.
Valid values: True
| False
public Boolean isCustomerManagedKeyEnabled()
Indicates whether customer managed KMS keys are in use for server side encryption.
Valid values: True
| False
Valid values: True
| False
public void setKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key.
kmsKeyArn
- The ARN of the KMS key.public String getKmsKeyArn()
The ARN of the KMS key.
public VerifiedAccessSseSpecificationResponse withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key.
kmsKeyArn
- The ARN of the KMS key.public String toString()
toString
in class Object
Object.toString()
public VerifiedAccessSseSpecificationResponse clone()