@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCoreDefinitionVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCoreDefinitionVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCoreDefinitionVersionsResult |
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.
|
ListCoreDefinitionVersionsResult |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListCoreDefinitionVersionsResult |
withVersions(Collection<VersionInformation> versions)
Versions
|
ListCoreDefinitionVersionsResult |
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 ListCoreDefinitionVersionsResult 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 ListCoreDefinitionVersionsResult 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 ListCoreDefinitionVersionsResult withVersions(Collection<VersionInformation> versions)
versions - Versionspublic String toString()
toString in class ObjectObject.toString()public ListCoreDefinitionVersionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.