@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()
In a paginated request, if this value isn't
null , it's the token that you can pass in a subsequent
request to get the next response page. |
List<PlatformSummary> |
getPlatformSummaryList()
Summary information about the platform versions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
In a paginated request, if this value isn't
null , it's the token that you can pass in a subsequent
request to get the next response page. |
void |
setPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
|
String |
toString()
Returns a string representation of this object.
|
ListPlatformVersionsResult |
withNextToken(String nextToken)
In a paginated request, if this value isn't
null , it's the token that you can pass in a subsequent
request to get the next response page. |
ListPlatformVersionsResult |
withPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
|
ListPlatformVersionsResult |
withPlatformSummaryList(PlatformSummary... platformSummaryList)
Summary information about the platform versions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PlatformSummary> getPlatformSummaryList()
Summary information about the platform versions.
public void setPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
platformSummaryList
- Summary information about the platform versions.public ListPlatformVersionsResult withPlatformSummaryList(PlatformSummary... platformSummaryList)
Summary information about the platform versions.
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
- Summary information about the platform versions.public ListPlatformVersionsResult withPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
platformSummaryList
- Summary information about the platform versions.public void setNextToken(String nextToken)
In a paginated request, if this value isn't null
, it's the token that you can pass in a subsequent
request to get the next response page.
nextToken
- In a paginated request, if this value isn't null
, it's the token that you can pass in a
subsequent request to get the next response page.public String getNextToken()
In a paginated request, if this value isn't null
, it's the token that you can pass in a subsequent
request to get the next response page.
null
, it's the token that you can pass in a
subsequent request to get the next response page.public ListPlatformVersionsResult withNextToken(String nextToken)
In a paginated request, if this value isn't null
, it's the token that you can pass in a subsequent
request to get the next response page.
nextToken
- In a paginated request, if this value isn't null
, it's the token that you can pass in a
subsequent request to get the next response page.public String toString()
toString
in class Object
Object.toString()
public ListPlatformVersionsResult clone()