public class ListEndpointsByPlatformApplicationResult extends Object implements Serializable
Response for ListEndpointsByPlatformApplication action.
| Constructor and Description |
|---|
ListEndpointsByPlatformApplicationResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Endpoint> |
getEndpoints()
Endpoints returned for ListEndpointsByPlatformApplication action.
|
String |
getNextToken()
NextToken string is returned when calling
ListEndpointsByPlatformApplication action if additional records are
available after the first page results.
|
int |
hashCode() |
void |
setEndpoints(Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
|
void |
setNextToken(String nextToken)
NextToken string is returned when calling
ListEndpointsByPlatformApplication action if additional records are
available after the first page results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListEndpointsByPlatformApplicationResult |
withEndpoints(Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
|
ListEndpointsByPlatformApplicationResult |
withEndpoints(Endpoint... endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
|
ListEndpointsByPlatformApplicationResult |
withNextToken(String nextToken)
NextToken string is returned when calling
ListEndpointsByPlatformApplication action if additional records are
available after the first page results.
|
public ListEndpointsByPlatformApplicationResult()
public List<Endpoint> getEndpoints()
public void setEndpoints(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(Collection<Endpoint> endpoints)
Returns a reference to this object so that method calls can be chained together.
endpoints - Endpoints returned for ListEndpointsByPlatformApplication action.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - NextToken string is returned when calling
ListEndpointsByPlatformApplication action if additional records are
available after the first page results.public ListEndpointsByPlatformApplicationResult withNextToken(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 String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.