@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListGroupVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListGroupVersionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
List<VersionInformation> |
getVersions()
Versions
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
void |
setVersions(Collection<VersionInformation> versions)
Versions
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGroupVersionsResult |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListGroupVersionsResult |
withVersions(Collection<VersionInformation> versions)
Versions
|
ListGroupVersionsResult |
withVersions(VersionInformation... versions)
Versions
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.public String getNextToken()
public ListGroupVersionsResult withNextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.public List<VersionInformation> getVersions()
public void setVersions(Collection<VersionInformation> versions)
versions - Versionspublic ListGroupVersionsResult withVersions(VersionInformation... versions)
NOTE: This method appends the values to the existing list (if any). Use
setVersions(java.util.Collection) or withVersions(java.util.Collection) if you want to override
the existing values.
versions - Versionspublic ListGroupVersionsResult withVersions(Collection<VersionInformation> versions)
versions - Versionspublic String toString()
toString in class ObjectObject.toString()public ListGroupVersionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.