@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPlatformVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListPlatformVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPlatformVersionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The starting index into the remaining list of platforms.
|
List<PlatformSummary> |
getPlatformSummaryList()
Detailed information about the platforms.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The starting index into the remaining list of platforms.
|
void |
setPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Detailed information about the platforms.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListPlatformVersionsResult |
withNextToken(String nextToken)
The starting index into the remaining list of platforms.
|
ListPlatformVersionsResult |
withPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Detailed information about the platforms.
|
ListPlatformVersionsResult |
withPlatformSummaryList(PlatformSummary... platformSummaryList)
Detailed information about the platforms.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PlatformSummary> getPlatformSummaryList()
Detailed information about the platforms.
public void setPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Detailed information about the platforms.
platformSummaryList - Detailed information about the platforms.public ListPlatformVersionsResult withPlatformSummaryList(PlatformSummary... platformSummaryList)
Detailed information about the platforms.
NOTE: This method appends the values to the existing list (if any). Use
setPlatformSummaryList(java.util.Collection) or withPlatformSummaryList(java.util.Collection)
if you want to override the existing values.
platformSummaryList - Detailed information about the platforms.public ListPlatformVersionsResult withPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Detailed information about the platforms.
platformSummaryList - Detailed information about the platforms.public void setNextToken(String nextToken)
The starting index into the remaining list of platforms. if this value is not null, you can use it
in a subsequent ListPlatformVersion call.
nextToken - The starting index into the remaining list of platforms. if this value is not null, you can
use it in a subsequent ListPlatformVersion call.public String getNextToken()
The starting index into the remaining list of platforms. if this value is not null, you can use it
in a subsequent ListPlatformVersion call.
null, you can
use it in a subsequent ListPlatformVersion call.public ListPlatformVersionsResult withNextToken(String nextToken)
The starting index into the remaining list of platforms. if this value is not null, you can use it
in a subsequent ListPlatformVersion call.
nextToken - The starting index into the remaining list of platforms. if this value is not null, you can
use it in a subsequent ListPlatformVersion call.public String toString()
toString in class ObjectObject.toString()public ListPlatformVersionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.