public class ListEndpointsByPlatformApplicationResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Response for ListEndpointsByPlatformApplication action.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Endpoint> |
endpoints
Endpoints returned for ListEndpointsByPlatformApplication action.
|
private java.lang.String |
nextToken
NextToken string is returned when calling
ListEndpointsByPlatformApplication action if additional records are
available after the first page results.
|
Constructor and Description |
---|
ListEndpointsByPlatformApplicationResult() |
Modifier and Type | Method and Description |
---|---|
ListEndpointsByPlatformApplicationResult |
clone() |
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.
|
private SdkInternalList<Endpoint> endpoints
Endpoints returned for ListEndpointsByPlatformApplication action.
private java.lang.String nextToken
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
public ListEndpointsByPlatformApplicationResult()
public java.util.List<Endpoint> getEndpoints()
Endpoints returned for ListEndpointsByPlatformApplication action.
public void setEndpoints(java.util.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(java.util.Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.
endpoints
- Endpoints returned for ListEndpointsByPlatformApplication action.public void setNextToken(java.lang.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 java.lang.String getNextToken()
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)
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListEndpointsByPlatformApplicationResult clone()
clone
in class java.lang.Object