@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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<DeleteMarkerReplication.Builder,DeleteMarkerReplication>public static DeleteMarkerReplication.Builder builder()
public static Class<? extends DeleteMarkerReplication.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.