Package com.adobe.testing.s3mock.s3.dto
Class DeletedS3Object
-
- All Implemented Interfaces:
public final class DeletedS3Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeletedS3Object.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleandeleteMarkerprivate final StringdeleteMarkerVersionIdprivate final Stringkeyprivate final StringversionIdpublic final static DeletedS3Object.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description DeletedS3Object(Boolean deleteMarker, String deleteMarkerVersionId, String key, String versionId)
-
Method Summary
Modifier and Type Method Description final BooleangetDeleteMarker()final StringgetDeleteMarkerVersionId()final StringgetKey()final StringgetVersionId()-
-
Method Detail
-
getDeleteMarker
final Boolean getDeleteMarker()
-
getDeleteMarkerVersionId
final String getDeleteMarkerVersionId()
-
getVersionId
final String getVersionId()
-
-
-
-