@Generated(value="software.amazon.awssdk:codegen") public final class DeleteMarkerReplication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteMarkerReplication.Builder,DeleteMarkerReplication>
Specifies whether Amazon S3 should replicate delete makers.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteMarkerReplication.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteMarkerReplication.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteMarkerReplication.Builder> |
serializableBuilderClass() |
DeleteMarkerReplicationStatus |
status()
The status of the delete marker replication.
|
String |
statusAsString()
The status of the delete marker replication.
|
DeleteMarkerReplication.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic DeleteMarkerReplicationStatus status()
The status of the delete marker replication.
In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be
Disabled.
If the service returns an enum value that is not available in the current SDK version, status will
return DeleteMarkerReplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be
Disabled.
DeleteMarkerReplicationStatuspublic String statusAsString()
The status of the delete marker replication.
In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be
Disabled.
If the service returns an enum value that is not available in the current SDK version, status will
return DeleteMarkerReplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be
Disabled.
DeleteMarkerReplicationStatuspublic DeleteMarkerReplication.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteMarkerReplication.Builder,DeleteMarkerReplication>public static DeleteMarkerReplication.Builder builder()
public static Class<? extends DeleteMarkerReplication.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.