public class ListPlatformApplicationsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Response for ListPlatformApplications action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nextToken
NextToken string is returned when calling ListPlatformApplications action
if additional records are available after the first page results.
|
private SdkInternalList<PlatformApplication> |
platformApplications
Platform applications returned when calling ListPlatformApplications
action.
|
Constructor and Description |
---|
ListPlatformApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
ListPlatformApplicationsResult |
clone() |
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.
|
private SdkInternalList<PlatformApplication> platformApplications
Platform applications returned when calling ListPlatformApplications action.
private java.lang.String nextToken
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
public java.util.List<PlatformApplication> getPlatformApplications()
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.
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(java.util.Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications action.
platformApplications
- Platform applications returned when calling
ListPlatformApplications action.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 java.lang.String getNextToken()
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.
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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListPlatformApplicationsResult clone()
clone
in class java.lang.Object