public class ListDatasetsResult extends Object implements Serializable
| Constructor and Description |
|---|
ListDatasetsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getCount()
Returns the value of the Count property for this object.
|
List<Dataset> |
getDatasets()
Returns the value of the Datasets property for this object.
|
String |
getNextToken()
Returns the value of the NextToken property for this object.
|
int |
hashCode() |
void |
setCount(Integer count)
Sets the value of the Count property for this object.
|
void |
setDatasets(Collection<Dataset> datasets)
Sets the value of the Datasets property for this object.
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDatasetsResult |
withCount(Integer count)
Sets the value of the Count property for this object.
|
ListDatasetsResult |
withDatasets(Collection<Dataset> datasets)
Sets the value of the Datasets property for this object.
|
ListDatasetsResult |
withDatasets(Dataset... datasets)
Sets the value of the Datasets property for this object.
|
ListDatasetsResult |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
public List<Dataset> getDatasets()
public void setDatasets(Collection<Dataset> datasets)
datasets - The new value for the Datasets property for this object.public ListDatasetsResult withDatasets(Dataset... datasets)
Returns a reference to this object so that method calls can be chained together.
datasets - The new value for the Datasets property for this object.public ListDatasetsResult withDatasets(Collection<Dataset> datasets)
Returns a reference to this object so that method calls can be chained together.
datasets - The new value for the Datasets property for this object.public Integer getCount()
public void setCount(Integer count)
count - The new value for the Count property for this object.public ListDatasetsResult withCount(Integer count)
Returns a reference to this object so that method calls can be chained together.
count - The new value for the Count property for this object.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.public ListDatasetsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The new value for the NextToken property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.