@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientVpnEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeClientVpnEndpointsRequest>
NOOP
Constructor and Description |
---|
DescribeClientVpnEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnEndpointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getClientVpnEndpointIds()
The ID of the Client VPN endpoint.
|
Request<DescribeClientVpnEndpointsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
Integer |
getMaxResults()
The maximum number of results to return for the request in a single page.
|
String |
getNextToken()
The token to retrieve the next page of results.
|
int |
hashCode() |
void |
setClientVpnEndpointIds(Collection<String> clientVpnEndpointIds)
The ID of the Client VPN endpoint.
|
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
void |
setNextToken(String nextToken)
The token to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientVpnEndpointsRequest |
withClientVpnEndpointIds(Collection<String> clientVpnEndpointIds)
The ID of the Client VPN endpoint.
|
DescribeClientVpnEndpointsRequest |
withClientVpnEndpointIds(String... clientVpnEndpointIds)
The ID of the Client VPN endpoint.
|
DescribeClientVpnEndpointsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeClientVpnEndpointsRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeClientVpnEndpointsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
DescribeClientVpnEndpointsRequest |
withNextToken(String nextToken)
The token to retrieve the next page of results.
|
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 List<String> getClientVpnEndpointIds()
The ID of the Client VPN endpoint.
public void setClientVpnEndpointIds(Collection<String> clientVpnEndpointIds)
The ID of the Client VPN endpoint.
clientVpnEndpointIds
- The ID of the Client VPN endpoint.public DescribeClientVpnEndpointsRequest withClientVpnEndpointIds(String... clientVpnEndpointIds)
The ID of the Client VPN endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setClientVpnEndpointIds(java.util.Collection)
or withClientVpnEndpointIds(java.util.Collection)
if you want to override the existing values.
clientVpnEndpointIds
- The ID of the Client VPN endpoint.public DescribeClientVpnEndpointsRequest withClientVpnEndpointIds(Collection<String> clientVpnEndpointIds)
The ID of the Client VPN endpoint.
clientVpnEndpointIds
- The ID of the Client VPN endpoint.public void setMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results can be
seen by sending another request with the nextToken value.public Integer getMaxResults()
The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.
public DescribeClientVpnEndpointsRequest withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results can be
seen by sending another request with the nextToken value.public void setNextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.public String getNextToken()
The token to retrieve the next page of results.
public DescribeClientVpnEndpointsRequest withNextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.public List<Filter> getFilters()
One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
public void setFilters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
filters
- One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
public DescribeClientVpnEndpointsRequest withFilters(Filter... filters)
One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
public DescribeClientVpnEndpointsRequest withFilters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
filters
- One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
public Request<DescribeClientVpnEndpointsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeClientVpnEndpointsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeClientVpnEndpointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()