@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPlatformApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Response for ListPlatformApplications action.
| Constructor and Description |
|---|
ListPlatformApplicationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPlatformApplicationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
NextToken string is returned when calling ListPlatformApplications action if additional
records are available after the first page results. |
List<PlatformApplication> |
getPlatformApplications()
Platform applications returned when calling
ListPlatformApplications action. |
int |
hashCode() |
void |
setNextToken(String nextToken)
NextToken string is returned when calling ListPlatformApplications action if additional
records are available after the first page results. |
void |
setPlatformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling
ListPlatformApplications action. |
String |
toString()
Returns a string representation of this object.
|
ListPlatformApplicationsResult |
withNextToken(String nextToken)
NextToken string is returned when calling ListPlatformApplications action if additional
records are available after the first page results. |
ListPlatformApplicationsResult |
withPlatformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling
ListPlatformApplications action. |
ListPlatformApplicationsResult |
withPlatformApplications(PlatformApplication... platformApplications)
Platform applications returned when calling
ListPlatformApplications action. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PlatformApplication> getPlatformApplications()
Platform applications returned when calling ListPlatformApplications action.
ListPlatformApplications action.public void setPlatformApplications(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.
NOTE: This method appends the values to the existing list (if any). Use
setPlatformApplications(java.util.Collection) or withPlatformApplications(java.util.Collection)
if you want to override the existing values.
platformApplications - Platform applications returned when calling ListPlatformApplications action.public ListPlatformApplicationsResult withPlatformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications action.
platformApplications - Platform applications returned when calling ListPlatformApplications action.public void setNextToken(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 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 ListPlatformApplicationsResult withNextToken(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 String toString()
toString in class ObjectObject.toString()public ListPlatformApplicationsResult clone()