@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEndpointsByPlatformApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Response for ListEndpointsByPlatformApplication action.
Constructor and Description |
---|
ListEndpointsByPlatformApplicationResult() |
Modifier and Type | Method and Description |
---|---|
ListEndpointsByPlatformApplicationResult |
clone() |
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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListEndpointsByPlatformApplicationResult()
public List<Endpoint> getEndpoints()
Endpoints returned for ListEndpointsByPlatformApplication action.
public void setEndpoints(Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
endpoints
- Endpoints returned for ListEndpointsByPlatformApplication action.public ListEndpointsByPlatformApplicationResult withEndpoints(Endpoint... endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
NOTE: This method appends the values to the existing list (if any). Use
setEndpoints(java.util.Collection)
or withEndpoints(java.util.Collection)
if you want to
override the existing values.
endpoints
- Endpoints returned for ListEndpointsByPlatformApplication action.public ListEndpointsByPlatformApplicationResult withEndpoints(Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
endpoints
- Endpoints returned for ListEndpointsByPlatformApplication action.public void setNextToken(String nextToken)
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
nextToken
- NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records
are available after the first page results.public String getNextToken()
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
public ListEndpointsByPlatformApplicationResult withNextToken(String nextToken)
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
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 Object
Object.toString()
public ListEndpointsByPlatformApplicationResult clone()