@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasetGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDatasetGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListDatasetGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<DatasetGroupSummary> |
getDatasetGroups()
The list of your dataset groups.
|
String |
getNextToken()
A token for getting the next set of dataset groups (if they exist).
|
int |
hashCode() |
void |
setDatasetGroups(Collection<DatasetGroupSummary> datasetGroups)
The list of your dataset groups.
|
void |
setNextToken(String nextToken)
A token for getting the next set of dataset groups (if they exist).
|
String |
toString()
Returns a string representation of this object.
|
ListDatasetGroupsResult |
withDatasetGroups(Collection<DatasetGroupSummary> datasetGroups)
The list of your dataset groups.
|
ListDatasetGroupsResult |
withDatasetGroups(DatasetGroupSummary... datasetGroups)
The list of your dataset groups.
|
ListDatasetGroupsResult |
withNextToken(String nextToken)
A token for getting the next set of dataset groups (if they exist).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DatasetGroupSummary> getDatasetGroups()
The list of your dataset groups.
public void setDatasetGroups(Collection<DatasetGroupSummary> datasetGroups)
The list of your dataset groups.
datasetGroups
- The list of your dataset groups.public ListDatasetGroupsResult withDatasetGroups(DatasetGroupSummary... datasetGroups)
The list of your dataset groups.
NOTE: This method appends the values to the existing list (if any). Use
setDatasetGroups(java.util.Collection)
or withDatasetGroups(java.util.Collection)
if you want
to override the existing values.
datasetGroups
- The list of your dataset groups.public ListDatasetGroupsResult withDatasetGroups(Collection<DatasetGroupSummary> datasetGroups)
The list of your dataset groups.
datasetGroups
- The list of your dataset groups.public void setNextToken(String nextToken)
A token for getting the next set of dataset groups (if they exist).
nextToken
- A token for getting the next set of dataset groups (if they exist).public String getNextToken()
A token for getting the next set of dataset groups (if they exist).
public ListDatasetGroupsResult withNextToken(String nextToken)
A token for getting the next set of dataset groups (if they exist).
nextToken
- A token for getting the next set of dataset groups (if they exist).public String toString()
toString
in class Object
Object.toString()
public ListDatasetGroupsResult clone()