@Generated(value="software.amazon.awssdk:codegen") public final class SseKmsEncryptedObjects extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SseKmsEncryptedObjects.Builder,SseKmsEncryptedObjects>
A container for filter information for the selection of S3 objects encrypted with AWS KMS.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SseKmsEncryptedObjects.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SseKmsEncryptedObjects.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SseKmsEncryptedObjects.Builder> |
serializableBuilderClass() |
SseKmsEncryptedObjectsStatus |
status()
If the status is not
Enabled, replication for S3 objects encrypted with AWS KMS is disabled. |
String |
statusAsString()
If the status is not
Enabled, replication for S3 objects encrypted with AWS KMS is disabled. |
SseKmsEncryptedObjects.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic SseKmsEncryptedObjectsStatus status()
If the status is not Enabled, replication for S3 objects encrypted with AWS KMS is disabled.
If the service returns an enum value that is not available in the current SDK version, status will
return SseKmsEncryptedObjectsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
Enabled, replication for S3 objects encrypted with AWS KMS is disabled.SseKmsEncryptedObjectsStatuspublic String statusAsString()
If the status is not Enabled, replication for S3 objects encrypted with AWS KMS is disabled.
If the service returns an enum value that is not available in the current SDK version, status will
return SseKmsEncryptedObjectsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
Enabled, replication for S3 objects encrypted with AWS KMS is disabled.SseKmsEncryptedObjectsStatuspublic SseKmsEncryptedObjects.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SseKmsEncryptedObjects.Builder,SseKmsEncryptedObjects>public static SseKmsEncryptedObjects.Builder builder()
public static Class<? extends SseKmsEncryptedObjects.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.