Class ListEndpointsByPlatformApplicationResult
- All Implemented Interfaces:
Serializable, Cloneable
Response for ListEndpointsByPlatformApplication action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanEndpoints returned for ListEndpointsByPlatformApplication action.NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.inthashCode()voidsetEndpoints(Collection<Endpoint> endpoints) Endpoints returned for ListEndpointsByPlatformApplication action.voidsetNextToken(String nextToken) NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.toString()Returns a string representation of this object; useful for testing and debugging.withEndpoints(Endpoint... endpoints) Endpoints returned for ListEndpointsByPlatformApplication action.withEndpoints(Collection<Endpoint> endpoints) Endpoints returned for ListEndpointsByPlatformApplication action.withNextToken(String nextToken) NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
-
Constructor Details
-
ListEndpointsByPlatformApplicationResult
public ListEndpointsByPlatformApplicationResult()
-
-
Method Details
-
getEndpoints
-
setEndpoints
Endpoints returned for ListEndpointsByPlatformApplication action.
- Parameters:
endpoints- Endpoints returned for ListEndpointsByPlatformApplication action.
-
withEndpoints
Endpoints returned for ListEndpointsByPlatformApplication action.
NOTE: This method appends the values to the existing list (if any). Use
setEndpoints(java.util.Collection)orwithEndpoints(java.util.Collection)if you want to override the existing values.- Parameters:
endpoints- Endpoints returned for ListEndpointsByPlatformApplication action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEndpoints
Endpoints returned for ListEndpointsByPlatformApplication action.
- Parameters:
endpoints- Endpoints returned for ListEndpointsByPlatformApplication action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
- Parameters:
nextToken- NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
-
getNextToken
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
- Returns:
- NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
-
withNextToken
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
- Parameters:
nextToken- NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-