@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetPartitionResponse extends GlueResponse implements ToCopyableBuilder<BatchGetPartitionResponse.Builder,BatchGetPartitionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetPartitionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetPartitionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPartitions()
Returns true if the Partitions property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasUnprocessedKeys()
Returns true if the UnprocessedKeys 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<Partition> |
partitions()
A list of the requested partitions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetPartitionResponse.Builder> |
serializableBuilderClass() |
BatchGetPartitionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<PartitionValueList> |
unprocessedKeys()
A list of the partition values in the request for which partitions were not returned.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasPartitions()
public List<Partition> partitions()
A list of the requested partitions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPartitions() to see if a value was sent in this field.
public boolean hasUnprocessedKeys()
public List<PartitionValueList> unprocessedKeys()
A list of the partition values in the request for which partitions were not returned.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasUnprocessedKeys() to see if a value was sent in this field.
public BatchGetPartitionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetPartitionResponse.Builder,BatchGetPartitionResponse>toBuilder in class AwsResponsepublic static BatchGetPartitionResponse.Builder builder()
public static Class<? extends BatchGetPartitionResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.