@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientVpnTargetNetworksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeClientVpnTargetNetworksRequest>
NOOP
Constructor and Description |
---|
DescribeClientVpnTargetNetworksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnTargetNetworksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAssociationIds()
The IDs of the target network associations.
|
String |
getClientVpnEndpointId()
The ID of the Client VPN endpoint.
|
Request<DescribeClientVpnTargetNetworksRequest> |
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 |
setAssociationIds(Collection<String> associationIds)
The IDs of the target network associations.
|
void |
setClientVpnEndpointId(String clientVpnEndpointId)
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.
|
DescribeClientVpnTargetNetworksRequest |
withAssociationIds(Collection<String> associationIds)
The IDs of the target network associations.
|
DescribeClientVpnTargetNetworksRequest |
withAssociationIds(String... associationIds)
The IDs of the target network associations.
|
DescribeClientVpnTargetNetworksRequest |
withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
DescribeClientVpnTargetNetworksRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeClientVpnTargetNetworksRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeClientVpnTargetNetworksRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
DescribeClientVpnTargetNetworksRequest |
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 DescribeClientVpnTargetNetworksRequest()
public void setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId
- The ID of the Client VPN endpoint.public String getClientVpnEndpointId()
The ID of the Client VPN endpoint.
public DescribeClientVpnTargetNetworksRequest withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId
- The ID of the Client VPN endpoint.public List<String> getAssociationIds()
The IDs of the target network associations.
public void setAssociationIds(Collection<String> associationIds)
The IDs of the target network associations.
associationIds
- The IDs of the target network associations.public DescribeClientVpnTargetNetworksRequest withAssociationIds(String... associationIds)
The IDs of the target network associations.
NOTE: This method appends the values to the existing list (if any). Use
setAssociationIds(java.util.Collection)
or withAssociationIds(java.util.Collection)
if you want
to override the existing values.
associationIds
- The IDs of the target network associations.public DescribeClientVpnTargetNetworksRequest withAssociationIds(Collection<String> associationIds)
The IDs of the target network associations.
associationIds
- The IDs of the target network associations.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 DescribeClientVpnTargetNetworksRequest 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 DescribeClientVpnTargetNetworksRequest 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.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
public void setFilters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
filters
- One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
public DescribeClientVpnTargetNetworksRequest withFilters(Filter... filters)
One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
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.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
public DescribeClientVpnTargetNetworksRequest withFilters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
filters
- One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
public Request<DescribeClientVpnTargetNetworksRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeClientVpnTargetNetworksRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeClientVpnTargetNetworksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()