|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.sns.model.ListEndpointsByPlatformApplicationResult
public class ListEndpointsByPlatformApplicationResult
Response for ListEndpointsByPlatformApplication action.
| Constructor Summary | |
|---|---|
ListEndpointsByPlatformApplicationResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Endpoint> |
getEndpoints()
Endpoints returned for ListEndpointsByPlatformApplication action. |
java.lang.String |
getNextToken()
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results. |
int |
hashCode()
|
void |
setEndpoints(java.util.Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action. |
void |
setNextToken(java.lang.String nextToken)
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListEndpointsByPlatformApplicationResult |
withEndpoints(java.util.Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action. |
ListEndpointsByPlatformApplicationResult |
withEndpoints(Endpoint... endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action. |
ListEndpointsByPlatformApplicationResult |
withNextToken(java.lang.String nextToken)
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListEndpointsByPlatformApplicationResult()
| Method Detail |
|---|
public java.util.List<Endpoint> getEndpoints()
public void setEndpoints(java.util.Collection<Endpoint> endpoints)
endpoints - Endpoints returned for ListEndpointsByPlatformApplication action.public ListEndpointsByPlatformApplicationResult withEndpoints(Endpoint... endpoints)
Returns a reference to this object so that method calls can be chained together.
endpoints - Endpoints returned for ListEndpointsByPlatformApplication action.
public ListEndpointsByPlatformApplicationResult withEndpoints(java.util.Collection<Endpoint> endpoints)
Returns a reference to this object so that method calls can be chained together.
endpoints - Endpoints returned for ListEndpointsByPlatformApplication action.
public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - NextToken string is returned when calling
ListEndpointsByPlatformApplication action if additional records are
available after the first page results.public ListEndpointsByPlatformApplicationResult 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
ListEndpointsByPlatformApplication 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 | ||||||