public class ListDatasetsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListDatasetsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getCount()
Returns the value of the Count property for this object.
|
java.util.List<Dataset> |
getDatasets()
Returns the value of the Datasets property for this object.
|
java.lang.String |
getNextToken()
Returns the value of the NextToken property for this object.
|
int |
hashCode() |
void |
setCount(java.lang.Integer count)
Sets the value of the Count property for this object.
|
void |
setDatasets(java.util.Collection<Dataset> datasets)
Sets the value of the Datasets property for this object.
|
void |
setNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDatasetsResult |
withCount(java.lang.Integer count)
Sets the value of the Count property for this object.
|
ListDatasetsResult |
withDatasets(java.util.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(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
public java.util.List<Dataset> getDatasets()
public void setDatasets(java.util.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(java.util.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 java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count - The new value for the Count property for this object.public ListDatasetsResult withCount(java.lang.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 java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - The new value for the NextToken property for this object.public ListDatasetsResult withNextToken(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object