@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdatePartitionRequestEntry extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the values and structure used to update a partition.
Constructor and Description |
---|
BatchUpdatePartitionRequestEntry() |
Modifier and Type | Method and Description |
---|---|
BatchUpdatePartitionRequestEntry |
clone() |
boolean |
equals(Object obj) |
PartitionInput |
getPartitionInput()
The structure used to update a partition.
|
List<String> |
getPartitionValueList()
A list of values defining the partitions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPartitionInput(PartitionInput partitionInput)
The structure used to update a partition.
|
void |
setPartitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdatePartitionRequestEntry |
withPartitionInput(PartitionInput partitionInput)
The structure used to update a partition.
|
BatchUpdatePartitionRequestEntry |
withPartitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
|
BatchUpdatePartitionRequestEntry |
withPartitionValueList(String... partitionValueList)
A list of values defining the partitions.
|
public List<String> getPartitionValueList()
A list of values defining the partitions.
public void setPartitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
partitionValueList
- A list of values defining the partitions.public BatchUpdatePartitionRequestEntry withPartitionValueList(String... partitionValueList)
A list of values defining the partitions.
NOTE: This method appends the values to the existing list (if any). Use
setPartitionValueList(java.util.Collection)
or withPartitionValueList(java.util.Collection)
if
you want to override the existing values.
partitionValueList
- A list of values defining the partitions.public BatchUpdatePartitionRequestEntry withPartitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
partitionValueList
- A list of values defining the partitions.public void setPartitionInput(PartitionInput partitionInput)
The structure used to update a partition.
partitionInput
- The structure used to update a partition.public PartitionInput getPartitionInput()
The structure used to update a partition.
public BatchUpdatePartitionRequestEntry withPartitionInput(PartitionInput partitionInput)
The structure used to update a partition.
partitionInput
- The structure used to update a partition.public String toString()
toString
in class Object
Object.toString()
public BatchUpdatePartitionRequestEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.