Class DeleteMarkerEntry
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.DeleteMarkerEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeleteMarkerEntry.Builder,DeleteMarkerEntry>
@Generated("software.amazon.awssdk:codegen") public final class DeleteMarkerEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteMarkerEntry.Builder,DeleteMarkerEntry>
Information about the delete marker.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteMarkerEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteMarkerEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisLatest()Specifies whether the object is (true) or is not (false) the latest version of an object.Stringkey()The object key.InstantlastModified()Date and time when the object was last modified.Ownerowner()The account that created the delete marker.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeleteMarkerEntry.Builder>serializableBuilderClass()DeleteMarkerEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionId()Version ID of an object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
owner
public final Owner owner()
The account that created the delete marker.
- Returns:
- The account that created the delete marker.
-
key
public final String key()
The object key.
- Returns:
- The object key.
-
versionId
public final String versionId()
Version ID of an object.
- Returns:
- Version ID of an object.
-
isLatest
public final Boolean isLatest()
Specifies whether the object is (true) or is not (false) the latest version of an object.
- Returns:
- Specifies whether the object is (true) or is not (false) the latest version of an object.
-
lastModified
public final Instant lastModified()
Date and time when the object was last modified.
- Returns:
- Date and time when the object was last modified.
-
toBuilder
public DeleteMarkerEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteMarkerEntry.Builder,DeleteMarkerEntry>
-
builder
public static DeleteMarkerEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteMarkerEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-