@Generated(value="software.amazon.awssdk:codegen") public final class Delete extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Delete.Builder,Delete>
Container for the objects to delete.
Modifier and Type | Class and Description |
---|---|
static interface |
Delete.Builder |
Modifier and Type | Method and Description |
---|---|
static Delete.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasObjects()
Returns true if the Objects property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<ObjectIdentifier> |
objects()
The objects to delete.
|
Boolean |
quiet()
Element to enable quiet mode for the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Delete.Builder> |
serializableBuilderClass() |
Delete.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public boolean hasObjects()
public List<ObjectIdentifier> objects()
The objects to delete.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasObjects()
to see if a value was sent in this field.
public Boolean quiet()
Element to enable quiet mode for the request. When you add this element, you must set its value to true.
public Delete.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Delete.Builder,Delete>
public static Delete.Builder builder()
public static Class<? extends Delete.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.