@Generated(value="software.amazon.awssdk:codegen") public final class BatchUpdatePartitionRequestEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchUpdatePartitionRequestEntry.Builder,BatchUpdatePartitionRequestEntry>
A structure that contains the values and structure used to update a partition.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchUpdatePartitionRequestEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdatePartitionRequestEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPartitionValueList()
Returns true if the PartitionValueList property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
PartitionInput |
partitionInput()
The structure used to update a partition.
|
List<String> |
partitionValueList()
A list of values defining the partitions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchUpdatePartitionRequestEntry.Builder> |
serializableBuilderClass() |
BatchUpdatePartitionRequestEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasPartitionValueList()
public List<String> partitionValueList()
A list of values defining the partitions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPartitionValueList() to see if a value was sent in this field.
public PartitionInput partitionInput()
The structure used to update a partition.
public BatchUpdatePartitionRequestEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchUpdatePartitionRequestEntry.Builder,BatchUpdatePartitionRequestEntry>public static BatchUpdatePartitionRequestEntry.Builder builder()
public static Class<? extends BatchUpdatePartitionRequestEntry.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.