@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataCellsFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDataCellsFilterResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDataCellsFilterResult |
clone() |
boolean |
equals(Object obj) |
DataCellsFilter |
getDataCellsFilter()
A structure that describes certain columns on certain rows.
|
int |
hashCode() |
void |
setDataCellsFilter(DataCellsFilter dataCellsFilter)
A structure that describes certain columns on certain rows.
|
String |
toString()
Returns a string representation of this object.
|
GetDataCellsFilterResult |
withDataCellsFilter(DataCellsFilter dataCellsFilter)
A structure that describes certain columns on certain rows.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDataCellsFilter(DataCellsFilter dataCellsFilter)
A structure that describes certain columns on certain rows.
dataCellsFilter - A structure that describes certain columns on certain rows.public DataCellsFilter getDataCellsFilter()
A structure that describes certain columns on certain rows.
public GetDataCellsFilterResult withDataCellsFilter(DataCellsFilter dataCellsFilter)
A structure that describes certain columns on certain rows.
dataCellsFilter - A structure that describes certain columns on certain rows.public String toString()
toString in class ObjectObject.toString()public GetDataCellsFilterResult clone()
Copyright © 2023. All rights reserved.