@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeletePartitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDeletePartitionResult() |
Modifier and Type | Method and Description |
---|---|
BatchDeletePartitionResult |
clone() |
boolean |
equals(Object obj) |
List<PartitionError> |
getErrors()
Errors encountered when trying to delete the requested partitions.
|
int |
hashCode() |
void |
setErrors(Collection<PartitionError> errors)
Errors encountered when trying to delete the requested partitions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchDeletePartitionResult |
withErrors(Collection<PartitionError> errors)
Errors encountered when trying to delete the requested partitions.
|
BatchDeletePartitionResult |
withErrors(PartitionError... errors)
Errors encountered when trying to delete the requested partitions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PartitionError> getErrors()
Errors encountered when trying to delete the requested partitions.
public void setErrors(Collection<PartitionError> errors)
Errors encountered when trying to delete the requested partitions.
errors
- Errors encountered when trying to delete the requested partitions.public BatchDeletePartitionResult withErrors(PartitionError... errors)
Errors encountered when trying to delete the requested partitions.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- Errors encountered when trying to delete the requested partitions.public BatchDeletePartitionResult withErrors(Collection<PartitionError> errors)
Errors encountered when trying to delete the requested partitions.
errors
- Errors encountered when trying to delete the requested partitions.public String toString()
toString
in class Object
Object.toString()
public BatchDeletePartitionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.