@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListManagedEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListManagedEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
ListManagedEndpointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreatedAfter()
The date and time after which the endpoints are created.
|
Date |
getCreatedBefore()
The date and time before which the endpoints are created.
|
Integer |
getMaxResults()
The maximum number of managed endpoints that can be listed.
|
String |
getNextToken()
The token for the next set of managed endpoints to return.
|
List<String> |
getStates()
The states of the managed endpoints.
|
List<String> |
getTypes()
The types of the managed endpoints.
|
String |
getVirtualClusterId()
The ID of the virtual cluster.
|
int |
hashCode() |
void |
setCreatedAfter(Date createdAfter)
The date and time after which the endpoints are created.
|
void |
setCreatedBefore(Date createdBefore)
The date and time before which the endpoints are created.
|
void |
setMaxResults(Integer maxResults)
The maximum number of managed endpoints that can be listed.
|
void |
setNextToken(String nextToken)
The token for the next set of managed endpoints to return.
|
void |
setStates(Collection<String> states)
The states of the managed endpoints.
|
void |
setTypes(Collection<String> types)
The types of the managed endpoints.
|
void |
setVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster.
|
String |
toString()
Returns a string representation of this object.
|
ListManagedEndpointsRequest |
withCreatedAfter(Date createdAfter)
The date and time after which the endpoints are created.
|
ListManagedEndpointsRequest |
withCreatedBefore(Date createdBefore)
The date and time before which the endpoints are created.
|
ListManagedEndpointsRequest |
withMaxResults(Integer maxResults)
The maximum number of managed endpoints that can be listed.
|
ListManagedEndpointsRequest |
withNextToken(String nextToken)
The token for the next set of managed endpoints to return.
|
ListManagedEndpointsRequest |
withStates(Collection<String> states)
The states of the managed endpoints.
|
ListManagedEndpointsRequest |
withStates(EndpointState... states)
The states of the managed endpoints.
|
ListManagedEndpointsRequest |
withStates(String... states)
The states of the managed endpoints.
|
ListManagedEndpointsRequest |
withTypes(Collection<String> types)
The types of the managed endpoints.
|
ListManagedEndpointsRequest |
withTypes(String... types)
The types of the managed endpoints.
|
ListManagedEndpointsRequest |
withVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster.
virtualClusterId
- The ID of the virtual cluster.public String getVirtualClusterId()
The ID of the virtual cluster.
public ListManagedEndpointsRequest withVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster.
virtualClusterId
- The ID of the virtual cluster.public void setCreatedBefore(Date createdBefore)
The date and time before which the endpoints are created.
createdBefore
- The date and time before which the endpoints are created.public Date getCreatedBefore()
The date and time before which the endpoints are created.
public ListManagedEndpointsRequest withCreatedBefore(Date createdBefore)
The date and time before which the endpoints are created.
createdBefore
- The date and time before which the endpoints are created.public void setCreatedAfter(Date createdAfter)
The date and time after which the endpoints are created.
createdAfter
- The date and time after which the endpoints are created.public Date getCreatedAfter()
The date and time after which the endpoints are created.
public ListManagedEndpointsRequest withCreatedAfter(Date createdAfter)
The date and time after which the endpoints are created.
createdAfter
- The date and time after which the endpoints are created.public List<String> getTypes()
The types of the managed endpoints.
public void setTypes(Collection<String> types)
The types of the managed endpoints.
types
- The types of the managed endpoints.public ListManagedEndpointsRequest withTypes(String... types)
The types of the managed endpoints.
NOTE: This method appends the values to the existing list (if any). Use
setTypes(java.util.Collection)
or withTypes(java.util.Collection)
if you want to override the
existing values.
types
- The types of the managed endpoints.public ListManagedEndpointsRequest withTypes(Collection<String> types)
The types of the managed endpoints.
types
- The types of the managed endpoints.public List<String> getStates()
The states of the managed endpoints.
EndpointState
public void setStates(Collection<String> states)
The states of the managed endpoints.
states
- The states of the managed endpoints.EndpointState
public ListManagedEndpointsRequest withStates(String... states)
The states of the managed endpoints.
NOTE: This method appends the values to the existing list (if any). Use
setStates(java.util.Collection)
or withStates(java.util.Collection)
if you want to override the
existing values.
states
- The states of the managed endpoints.EndpointState
public ListManagedEndpointsRequest withStates(Collection<String> states)
The states of the managed endpoints.
states
- The states of the managed endpoints.EndpointState
public ListManagedEndpointsRequest withStates(EndpointState... states)
The states of the managed endpoints.
states
- The states of the managed endpoints.EndpointState
public void setMaxResults(Integer maxResults)
The maximum number of managed endpoints that can be listed.
maxResults
- The maximum number of managed endpoints that can be listed.public Integer getMaxResults()
The maximum number of managed endpoints that can be listed.
public ListManagedEndpointsRequest withMaxResults(Integer maxResults)
The maximum number of managed endpoints that can be listed.
maxResults
- The maximum number of managed endpoints that can be listed.public void setNextToken(String nextToken)
The token for the next set of managed endpoints to return.
nextToken
- The token for the next set of managed endpoints to return.public String getNextToken()
The token for the next set of managed endpoints to return.
public ListManagedEndpointsRequest withNextToken(String nextToken)
The token for the next set of managed endpoints to return.
nextToken
- The token for the next set of managed endpoints to return.public String toString()
toString
in class Object
Object.toString()
public ListManagedEndpointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()