@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()
Returns an array of endpoints associated with AWS Outpost.
|
String |
getNextToken()
The next endpoint returned in the list.
|
int |
hashCode() |
void |
setEndpoints(Collection<Endpoint> endpoints)
Returns an array of endpoints associated with AWS Outpost.
|
void |
setNextToken(String nextToken)
The next endpoint returned in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListEndpointsResult |
withEndpoints(Collection<Endpoint> endpoints)
Returns an array of endpoints associated with AWS Outpost.
|
ListEndpointsResult |
withEndpoints(Endpoint... endpoints)
Returns an array of endpoints associated with AWS Outpost.
|
ListEndpointsResult |
withNextToken(String nextToken)
The next endpoint returned in the list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Endpoint> getEndpoints()
Returns an array of endpoints associated with AWS Outpost.
public void setEndpoints(Collection<Endpoint> endpoints)
Returns an array of endpoints associated with AWS Outpost.
endpoints - Returns an array of endpoints associated with AWS Outpost.public ListEndpointsResult withEndpoints(Endpoint... endpoints)
Returns an array of endpoints associated with AWS 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 - Returns an array of endpoints associated with AWS Outpost.public ListEndpointsResult withEndpoints(Collection<Endpoint> endpoints)
Returns an array of endpoints associated with AWS Outpost.
endpoints - Returns an array of endpoints associated with AWS Outpost.public void setNextToken(String nextToken)
The next endpoint returned in the list.
nextToken - The next endpoint returned in the list.public String getNextToken()
The next endpoint returned in the list.
public ListEndpointsResult withNextToken(String nextToken)
The next endpoint returned in the list.
nextToken - The next endpoint returned in the list.public String toString()
toString in class ObjectObject.toString()public ListEndpointsResult clone()