@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEndpointsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<Endpoint> |
getEndpoints()
The list of endpoints associated with the specified Outpost.
|
String |
getNextToken()
If the number of endpoints associated with the specified Outpost exceeds
MaxResults, you can include
this value in subsequent calls to this operation to retrieve more results. |
int |
hashCode() |
void |
setEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost.
|
void |
setNextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds
MaxResults, you can include
this value in subsequent calls to this operation to retrieve more results. |
String |
toString()
Returns a string representation of this object.
|
ListEndpointsResult |
withEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost.
|
ListEndpointsResult |
withEndpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost.
|
ListEndpointsResult |
withNextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds
MaxResults, you can include
this value in subsequent calls to this operation to retrieve more results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Endpoint> getEndpoints()
The list of endpoints associated with the specified Outpost.
public void setEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost.
endpoints - The list of endpoints associated with the specified Outpost.public ListEndpointsResult withEndpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost.
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 - The list of endpoints associated with the specified Outpost.public ListEndpointsResult withEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost.
endpoints - The list of endpoints associated with the specified Outpost.public void setNextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include
this value in subsequent calls to this operation to retrieve more results.
nextToken - If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can
include this value in subsequent calls to this operation to retrieve more results.public String getNextToken()
If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include
this value in subsequent calls to this operation to retrieve more results.
MaxResults, you can
include this value in subsequent calls to this operation to retrieve more results.public ListEndpointsResult withNextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include
this value in subsequent calls to this operation to retrieve more results.
nextToken - If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can
include this value in subsequent calls to this operation to retrieve more results.public String toString()
toString in class ObjectObject.toString()public ListEndpointsResult clone()
Copyright © 2024. All rights reserved.