@Generated(value="software.amazon.awssdk:codegen") public final class BatchDeleteObject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDeleteObject.Builder,BatchDeleteObject>
Represents the output of a DeleteObject operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDeleteObject.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteObject.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ObjectReference |
objectReference()
The reference that identifies the object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDeleteObject.Builder> |
serializableBuilderClass() |
BatchDeleteObject.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ObjectReference objectReference()
The reference that identifies the object.
public BatchDeleteObject.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDeleteObject.Builder,BatchDeleteObject>public static BatchDeleteObject.Builder builder()
public static Class<? extends BatchDeleteObject.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.