Class ListPlatformApplicationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Response for ListPlatformApplications action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.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.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.withPlatformApplications
(PlatformApplication... platformApplications) Platform applications returned when calling ListPlatformApplications action.withPlatformApplications
(Collection<PlatformApplication> platformApplications) Platform applications returned when calling ListPlatformApplications action.
-
Constructor Details
-
ListPlatformApplicationsResult
public ListPlatformApplicationsResult()
-
-
Method Details
-
getPlatformApplications
Platform applications returned when calling ListPlatformApplications action.
- Returns:
- Platform applications returned when calling ListPlatformApplications action.
-
setPlatformApplications
Platform applications returned when calling ListPlatformApplications action.
- Parameters:
platformApplications
- Platform applications returned when calling ListPlatformApplications action.
-
withPlatformApplications
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)
orwithPlatformApplications(java.util.Collection)
if you want to override the existing values.- Parameters:
platformApplications
- Platform applications returned when calling ListPlatformApplications action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPlatformApplications
public ListPlatformApplicationsResult withPlatformApplications(Collection<PlatformApplication> platformApplications) Platform applications returned when calling ListPlatformApplications action.
- Parameters:
platformApplications
- Platform applications returned when calling ListPlatformApplications action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
- Parameters:
nextToken
- NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
-
getNextToken
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
- Returns:
- NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
-
withNextToken
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
- Parameters:
nextToken
- NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-