@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasetContentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDatasetContentsResult() |
Modifier and Type | Method and Description |
---|---|
ListDatasetContentsResult |
clone() |
boolean |
equals(Object obj) |
List<DatasetContentSummary> |
getDatasetContentSummaries()
Summary information about dataset contents that have been created.
|
String |
getNextToken()
The token to retrieve the next set of results, or
null if there are no more results. |
int |
hashCode() |
void |
setDatasetContentSummaries(Collection<DatasetContentSummary> datasetContentSummaries)
Summary information about dataset contents that have been created.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
String |
toString()
Returns a string representation of this object.
|
ListDatasetContentsResult |
withDatasetContentSummaries(Collection<DatasetContentSummary> datasetContentSummaries)
Summary information about dataset contents that have been created.
|
ListDatasetContentsResult |
withDatasetContentSummaries(DatasetContentSummary... datasetContentSummaries)
Summary information about dataset contents that have been created.
|
ListDatasetContentsResult |
withNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DatasetContentSummary> getDatasetContentSummaries()
Summary information about dataset contents that have been created.
public void setDatasetContentSummaries(Collection<DatasetContentSummary> datasetContentSummaries)
Summary information about dataset contents that have been created.
datasetContentSummaries
- Summary information about dataset contents that have been created.public ListDatasetContentsResult withDatasetContentSummaries(DatasetContentSummary... datasetContentSummaries)
Summary information about dataset contents that have been created.
NOTE: This method appends the values to the existing list (if any). Use
setDatasetContentSummaries(java.util.Collection)
or
withDatasetContentSummaries(java.util.Collection)
if you want to override the existing values.
datasetContentSummaries
- Summary information about dataset contents that have been created.public ListDatasetContentsResult withDatasetContentSummaries(Collection<DatasetContentSummary> datasetContentSummaries)
Summary information about dataset contents that have been created.
datasetContentSummaries
- Summary information about dataset contents that have been created.public void setNextToken(String nextToken)
The token to retrieve the next set of results, or null
if there are no more results.
nextToken
- The token to retrieve the next set of results, or null
if there are no more results.public String getNextToken()
The token to retrieve the next set of results, or null
if there are no more results.
null
if there are no more results.public ListDatasetContentsResult withNextToken(String nextToken)
The token to retrieve the next set of results, or null
if there are no more results.
nextToken
- The token to retrieve the next set of results, or null
if there are no more results.public String toString()
toString
in class Object
Object.toString()
public ListDatasetContentsResult clone()