@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<EndpointSummary> |
getEndpoints()
An array or endpoint objects.
|
String |
getNextToken()
If the response is truncated, SageMaker returns this token.
|
int |
hashCode() |
void |
setEndpoints(Collection<EndpointSummary> endpoints)
An array or endpoint objects.
|
void |
setNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
String |
toString()
Returns a string representation of this object.
|
ListEndpointsResult |
withEndpoints(Collection<EndpointSummary> endpoints)
An array or endpoint objects.
|
ListEndpointsResult |
withEndpoints(EndpointSummary... endpoints)
An array or endpoint objects.
|
ListEndpointsResult |
withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EndpointSummary> getEndpoints()
An array or endpoint objects.
public void setEndpoints(Collection<EndpointSummary> endpoints)
An array or endpoint objects.
endpoints
- An array or endpoint objects.public ListEndpointsResult withEndpoints(EndpointSummary... endpoints)
An array or endpoint objects.
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
- An array or endpoint objects.public ListEndpointsResult withEndpoints(Collection<EndpointSummary> endpoints)
An array or endpoint objects.
endpoints
- An array or endpoint objects.public void setNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use
it in the subsequent request.public String getNextToken()
If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
public ListEndpointsResult withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use
it in the subsequent request.public String toString()
toString
in class Object
Object.toString()
public ListEndpointsResult clone()