@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetTableOptimizerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchGetTableOptimizerRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetTableOptimizerRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<BatchGetTableOptimizerEntry> | getEntries()
 A list of  BatchGetTableOptimizerEntryobjects specifying the table optimizers to retrieve. | 
| int | hashCode() | 
| void | setEntries(Collection<BatchGetTableOptimizerEntry> entries)
 A list of  BatchGetTableOptimizerEntryobjects specifying the table optimizers to retrieve. | 
| String | toString()Returns a string representation of this object. | 
| BatchGetTableOptimizerRequest | withEntries(BatchGetTableOptimizerEntry... entries)
 A list of  BatchGetTableOptimizerEntryobjects specifying the table optimizers to retrieve. | 
| BatchGetTableOptimizerRequest | withEntries(Collection<BatchGetTableOptimizerEntry> entries)
 A list of  BatchGetTableOptimizerEntryobjects specifying the table optimizers to retrieve. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<BatchGetTableOptimizerEntry> getEntries()
 A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.
 
BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.public void setEntries(Collection<BatchGetTableOptimizerEntry> entries)
 A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.
 
entries - A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.public BatchGetTableOptimizerRequest withEntries(BatchGetTableOptimizerEntry... entries)
 A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setEntries(java.util.Collection) or withEntries(java.util.Collection) if you want to override
 the existing values.
 
entries - A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.public BatchGetTableOptimizerRequest withEntries(Collection<BatchGetTableOptimizerEntry> entries)
 A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.
 
entries - A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.public String toString()
toString in class ObjectObject.toString()public BatchGetTableOptimizerRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()