@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetTableOptimizerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetTableOptimizerResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetTableOptimizerResult |
clone() |
boolean |
equals(Object obj) |
List<BatchGetTableOptimizerError> |
getFailures()
A list of errors from the operation.
|
List<BatchTableOptimizer> |
getTableOptimizers()
A list of
BatchTableOptimizer objects. |
int |
hashCode() |
void |
setFailures(Collection<BatchGetTableOptimizerError> failures)
A list of errors from the operation.
|
void |
setTableOptimizers(Collection<BatchTableOptimizer> tableOptimizers)
A list of
BatchTableOptimizer objects. |
String |
toString()
Returns a string representation of this object.
|
BatchGetTableOptimizerResult |
withFailures(BatchGetTableOptimizerError... failures)
A list of errors from the operation.
|
BatchGetTableOptimizerResult |
withFailures(Collection<BatchGetTableOptimizerError> failures)
A list of errors from the operation.
|
BatchGetTableOptimizerResult |
withTableOptimizers(BatchTableOptimizer... tableOptimizers)
A list of
BatchTableOptimizer objects. |
BatchGetTableOptimizerResult |
withTableOptimizers(Collection<BatchTableOptimizer> tableOptimizers)
A list of
BatchTableOptimizer objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchTableOptimizer> getTableOptimizers()
A list of BatchTableOptimizer
objects.
BatchTableOptimizer
objects.public void setTableOptimizers(Collection<BatchTableOptimizer> tableOptimizers)
A list of BatchTableOptimizer
objects.
tableOptimizers
- A list of BatchTableOptimizer
objects.public BatchGetTableOptimizerResult withTableOptimizers(BatchTableOptimizer... tableOptimizers)
A list of BatchTableOptimizer
objects.
NOTE: This method appends the values to the existing list (if any). Use
setTableOptimizers(java.util.Collection)
or withTableOptimizers(java.util.Collection)
if you
want to override the existing values.
tableOptimizers
- A list of BatchTableOptimizer
objects.public BatchGetTableOptimizerResult withTableOptimizers(Collection<BatchTableOptimizer> tableOptimizers)
A list of BatchTableOptimizer
objects.
tableOptimizers
- A list of BatchTableOptimizer
objects.public List<BatchGetTableOptimizerError> getFailures()
A list of errors from the operation.
public void setFailures(Collection<BatchGetTableOptimizerError> failures)
A list of errors from the operation.
failures
- A list of errors from the operation.public BatchGetTableOptimizerResult withFailures(BatchGetTableOptimizerError... failures)
A list of errors from the operation.
NOTE: This method appends the values to the existing list (if any). Use
setFailures(java.util.Collection)
or withFailures(java.util.Collection)
if you want to override
the existing values.
failures
- A list of errors from the operation.public BatchGetTableOptimizerResult withFailures(Collection<BatchGetTableOptimizerError> failures)
A list of errors from the operation.
failures
- A list of errors from the operation.public String toString()
toString
in class Object
Object.toString()
public BatchGetTableOptimizerResult clone()