@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataCellsFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDataCellsFilterRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDataCellsFilterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DataCellsFilter |
getTableData()
A
DataCellsFilter structure containing information about the data cells filter. |
int |
hashCode() |
void |
setTableData(DataCellsFilter tableData)
A
DataCellsFilter structure containing information about the data cells filter. |
String |
toString()
Returns a string representation of this object.
|
CreateDataCellsFilterRequest |
withTableData(DataCellsFilter tableData)
A
DataCellsFilter structure containing information about the data cells filter. |
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, withSdkRequestTimeout
public void setTableData(DataCellsFilter tableData)
A DataCellsFilter
structure containing information about the data cells filter.
tableData
- A DataCellsFilter
structure containing information about the data cells filter.public DataCellsFilter getTableData()
A DataCellsFilter
structure containing information about the data cells filter.
DataCellsFilter
structure containing information about the data cells filter.public CreateDataCellsFilterRequest withTableData(DataCellsFilter tableData)
A DataCellsFilter
structure containing information about the data cells filter.
tableData
- A DataCellsFilter
structure containing information about the data cells filter.public String toString()
toString
in class Object
Object.toString()
public CreateDataCellsFilterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()