@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifiedAccessSseSpecificationResponse extends Object implements Serializable, Cloneable
Describes 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()
Describes the use of customer managed KMS keys for server side encryption.
|
String |
getKmsKeyArn()
Describes the ARN of the KMS key.
|
int |
hashCode() |
Boolean |
isCustomerManagedKeyEnabled()
Describes the use of customer managed KMS keys for server side encryption.
|
void |
setCustomerManagedKeyEnabled(Boolean customerManagedKeyEnabled)
Describes the use of customer managed KMS keys for server side encryption.
|
void |
setKmsKeyArn(String kmsKeyArn)
Describes the ARN of the KMS key.
|
String |
toString()
Returns a string representation of this object.
|
VerifiedAccessSseSpecificationResponse |
withCustomerManagedKeyEnabled(Boolean customerManagedKeyEnabled)
Describes the use of customer managed KMS keys for server side encryption.
|
VerifiedAccessSseSpecificationResponse |
withKmsKeyArn(String kmsKeyArn)
Describes the ARN of the KMS key.
|
public VerifiedAccessSseSpecificationResponse()
public void setCustomerManagedKeyEnabled(Boolean customerManagedKeyEnabled)
Describes the use of customer managed KMS keys for server side encryption.
Valid values: True
| False
customerManagedKeyEnabled
- Describes the use of customer managed KMS keys for server side encryption.
Valid values: True
| False
public Boolean getCustomerManagedKeyEnabled()
Describes the use of customer managed KMS keys for server side encryption.
Valid values: True
| False
Valid values: True
| False
public VerifiedAccessSseSpecificationResponse withCustomerManagedKeyEnabled(Boolean customerManagedKeyEnabled)
Describes the use of customer managed KMS keys for server side encryption.
Valid values: True
| False
customerManagedKeyEnabled
- Describes the use of customer managed KMS keys for server side encryption.
Valid values: True
| False
public Boolean isCustomerManagedKeyEnabled()
Describes the use of customer managed KMS keys for server side encryption.
Valid values: True
| False
Valid values: True
| False
public void setKmsKeyArn(String kmsKeyArn)
Describes the ARN of the KMS key.
kmsKeyArn
- Describes the ARN of the KMS key.public String getKmsKeyArn()
Describes the ARN of the KMS key.
public VerifiedAccessSseSpecificationResponse withKmsKeyArn(String kmsKeyArn)
Describes the ARN of the KMS key.
kmsKeyArn
- Describes the ARN of the KMS key.public String toString()
toString
in class Object
Object.toString()
public VerifiedAccessSseSpecificationResponse clone()