@Generated(value="software.amazon.awssdk:codegen") public final class ObjectIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectIdentifier.Builder,ObjectIdentifier>
Modifier and Type | Class and Description |
---|---|
static interface |
ObjectIdentifier.Builder |
Modifier and Type | Method and Description |
---|---|
static ObjectIdentifier.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
Key name of the object to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ObjectIdentifier.Builder> |
serializableBuilderClass() |
ObjectIdentifier.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
versionId()
VersionId for the specific version of the object to delete.
|
copy
public String key()
Key name of the object to delete.
public String versionId()
VersionId for the specific version of the object to delete.
public ObjectIdentifier.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ObjectIdentifier.Builder,ObjectIdentifier>
public static ObjectIdentifier.Builder builder()
public static Class<? extends ObjectIdentifier.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.