|
Did this page help you?Yes No Tell us about it... |
||||||
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(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; useful for testing and debugging. |
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListPlatformApplicationsResult()
Method Detail |
---|
public List<PlatformApplication> getPlatformApplications()
public void setPlatformApplications(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(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 String getNextToken()
public void setNextToken(String nextToken)
nextToken
- NextToken string is returned when calling ListPlatformApplications
action if additional records are available after the first page
results.public ListPlatformApplicationsResult withNextToken(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |