@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeEndpointsResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointsResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
List<Endpoint> |
getEndpoints()
Deprecated.
List of endpoints
|
String |
getNextToken()
Deprecated.
Use this string to request the next batch of endpoints.
|
int |
hashCode()
Deprecated.
|
void |
setEndpoints(Collection<Endpoint> endpoints)
Deprecated.
List of endpoints
|
void |
setNextToken(String nextToken)
Deprecated.
Use this string to request the next batch of endpoints.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
DescribeEndpointsResult |
withEndpoints(Collection<Endpoint> endpoints)
Deprecated.
List of endpoints
|
DescribeEndpointsResult |
withEndpoints(Endpoint... endpoints)
Deprecated.
List of endpoints
|
DescribeEndpointsResult |
withNextToken(String nextToken)
Deprecated.
Use this string to request the next batch of endpoints.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Endpoint> getEndpoints()
public void setEndpoints(Collection<Endpoint> endpoints)
endpoints - List of endpointspublic DescribeEndpointsResult withEndpoints(Endpoint... endpoints)
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 - List of endpointspublic DescribeEndpointsResult withEndpoints(Collection<Endpoint> endpoints)
endpoints - List of endpointspublic void setNextToken(String nextToken)
nextToken - Use this string to request the next batch of endpoints.public String getNextToken()
public DescribeEndpointsResult withNextToken(String nextToken)
nextToken - Use this string to request the next batch of endpoints.public String toString()
toString in class ObjectObject.toString()public DescribeEndpointsResult clone()