@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdatePartitionFailureEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a batch update partition error.
Constructor and Description |
---|
BatchUpdatePartitionFailureEntry() |
Modifier and Type | Method and Description |
---|---|
BatchUpdatePartitionFailureEntry |
clone() |
boolean |
equals(Object obj) |
ErrorDetail |
getErrorDetail()
The details about the batch update partition error.
|
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 |
setErrorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
|
void |
setPartitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdatePartitionFailureEntry |
withErrorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
|
BatchUpdatePartitionFailureEntry |
withPartitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
|
BatchUpdatePartitionFailureEntry |
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 BatchUpdatePartitionFailureEntry 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 BatchUpdatePartitionFailureEntry withPartitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
partitionValueList
- A list of values defining the partitions.public void setErrorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
errorDetail
- The details about the batch update partition error.public ErrorDetail getErrorDetail()
The details about the batch update partition error.
public BatchUpdatePartitionFailureEntry withErrorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
errorDetail
- The details about the batch update partition error.public String toString()
toString
in class Object
Object.toString()
public BatchUpdatePartitionFailureEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.