@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()
A token that can be used to resume pagination from the end of the collection.
|
int |
hashCode() |
void |
setCells(Collection<CellOutput> cells)
A list of Cells
|
void |
setNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
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)
A token that can be used to resume pagination from the end of the collection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CellOutput> getCells()
public void setCells(Collection<CellOutput> cells)
cells
- A list of Cellspublic ListCellsResult withCells(CellOutput... 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 Cellspublic ListCellsResult withCells(Collection<CellOutput> cells)
cells
- A list of Cellspublic void setNextToken(String nextToken)
nextToken
- A token that can be used to resume pagination from the end of the collection.public String getNextToken()
public ListCellsResult withNextToken(String nextToken)
nextToken
- A token that can be used to resume pagination from the end of the collection.public String toString()
toString
in class Object
Object.toString()
public ListCellsResult clone()