@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCellsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCellsResult() |
Modifier and Type | Method and Description |
---|---|
ListCellsResult |
clone() |
boolean |
equals(Object obj) |
List<CellOutput> |
getCells()
A list of cells.
|
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
int |
hashCode() |
void |
setCells(Collection<CellOutput> cells)
A list of cells.
|
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
String |
toString()
Returns a string representation of this object.
|
ListCellsResult |
withCells(CellOutput... cells)
A list of cells.
|
ListCellsResult |
withCells(Collection<CellOutput> cells)
A list of cells.
|
ListCellsResult |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CellOutput> getCells()
A list of cells.
public void setCells(Collection<CellOutput> cells)
A list of cells.
cells
- A list of cells.public ListCellsResult withCells(CellOutput... cells)
A list of cells.
NOTE: This method appends the values to the existing list (if any). Use
setCells(java.util.Collection)
or withCells(java.util.Collection)
if you want to override the
existing values.
cells
- A list of cells.public ListCellsResult withCells(Collection<CellOutput> cells)
A list of cells.
cells
- A list of cells.public void setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public String getNextToken()
The token that identifies which batch of results you want to see.
public ListCellsResult withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public String toString()
toString
in class Object
Object.toString()
public ListCellsResult clone()