public class ListPlatformApplicationsResult
extends java.lang.Object
implements java.io.Serializable
Response for ListPlatformApplications action.
Constructor and Description |
---|
ListPlatformApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
NextToken string is returned when calling ListPlatformApplications action
if additional records are available after the first page results.
|
java.util.List<PlatformApplication> |
getPlatformApplications()
Platform applications returned when calling ListPlatformApplications
action.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
NextToken string is returned when calling ListPlatformApplications action
if additional records are available after the first page results.
|
void |
setPlatformApplications(java.util.Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications
action.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPlatformApplicationsResult |
withNextToken(java.lang.String nextToken)
NextToken string is returned when calling ListPlatformApplications action
if additional records are available after the first page results.
|
ListPlatformApplicationsResult |
withPlatformApplications(java.util.Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications
action.
|
ListPlatformApplicationsResult |
withPlatformApplications(PlatformApplication... platformApplications)
Platform applications returned when calling ListPlatformApplications
action.
|
public java.util.List<PlatformApplication> getPlatformApplications()
Platform applications returned when calling ListPlatformApplications action.
Platform applications returned when calling ListPlatformApplications action.
public void setPlatformApplications(java.util.Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications action.
platformApplications
- Platform applications returned when calling ListPlatformApplications action.
public ListPlatformApplicationsResult withPlatformApplications(PlatformApplication... platformApplications)
Platform applications returned when calling ListPlatformApplications action.
Returns a reference to this object so that method calls can be chained together.
platformApplications
- Platform applications returned when calling ListPlatformApplications action.
public ListPlatformApplicationsResult withPlatformApplications(java.util.Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications action.
Returns a reference to this object so that method calls can be chained together.
platformApplications
- Platform applications returned when calling ListPlatformApplications action.
public java.lang.String getNextToken()
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
public void setNextToken(java.lang.String nextToken)
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
nextToken
- NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
public ListPlatformApplicationsResult withNextToken(java.lang.String nextToken)
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.