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