|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.sns.model.ListPlatformApplicationsResult
public class ListPlatformApplicationsResult
Response for ListPlatformApplications action.
| Constructor Summary | |
|---|---|
ListPlatformApplicationsResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListPlatformApplicationsResult()
| Method Detail |
|---|
public java.util.List<PlatformApplication> getPlatformApplications()
public void setPlatformApplications(java.util.Collection<PlatformApplication> platformApplications)
platformApplications - Platform applications returned when calling ListPlatformApplications
action.public ListPlatformApplicationsResult withPlatformApplications(PlatformApplication... platformApplications)
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)
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()
public void setNextToken(java.lang.String nextToken)
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)
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.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||