@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointConnectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVpcEndpointConnectionsRequest>
NOOP
Constructor and Description |
---|
DescribeVpcEndpointConnectionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointConnectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeVpcEndpointConnectionsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
The 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 |
setFilters(Collection<Filter> filters)
The 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.
|
DescribeVpcEndpointConnectionsRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeVpcEndpointConnectionsRequest |
withFilters(Filter... filters)
The filters.
|
DescribeVpcEndpointConnectionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
DescribeVpcEndpointConnectionsRequest |
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 DescribeVpcEndpointConnectionsRequest()
public List<Filter> getFilters()
The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-id
- The ID of the service.
vpc-endpoint-owner
- The ID of the Amazon Web Services account ID that owns the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-id
- The ID of the endpoint.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-id
- The ID of the service.
vpc-endpoint-owner
- The ID of the Amazon Web Services account ID that owns the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-id
- The ID of the endpoint.
public void setFilters(Collection<Filter> filters)
The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-id
- The ID of the service.
vpc-endpoint-owner
- The ID of the Amazon Web Services account ID that owns the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-id
- The ID of the endpoint.
filters
- The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-id
- The ID of the service.
vpc-endpoint-owner
- The ID of the Amazon Web Services account ID that owns the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-id
- The ID of the endpoint.
public DescribeVpcEndpointConnectionsRequest withFilters(Filter... filters)
The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-id
- The ID of the service.
vpc-endpoint-owner
- The ID of the Amazon Web Services account ID that owns the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-id
- The ID of the endpoint.
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
- The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-id
- The ID of the service.
vpc-endpoint-owner
- The ID of the Amazon Web Services account ID that owns the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-id
- The ID of the endpoint.
public DescribeVpcEndpointConnectionsRequest withFilters(Collection<Filter> filters)
The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-id
- The ID of the service.
vpc-endpoint-owner
- The ID of the Amazon Web Services account ID that owns the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-id
- The ID of the endpoint.
filters
- The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-id
- The ID of the service.
vpc-endpoint-owner
- The ID of the Amazon Web Services account ID that owns the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-id
- The ID of the endpoint.
public void setMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results of the initial
request can be seen by sending another request with the returned NextToken
value. This value can be
between 5 and 1,000; if MaxResults
is given a value larger than 1,000, only 1,000 results are
returned.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results of the
initial request can be seen by sending another request with the returned NextToken
value.
This value can be between 5 and 1,000; if MaxResults
is given a value larger than 1,000, only
1,000 results are returned.public Integer getMaxResults()
The maximum number of results to return for the request in a single page. The remaining results of the initial
request can be seen by sending another request with the returned NextToken
value. This value can be
between 5 and 1,000; if MaxResults
is given a value larger than 1,000, only 1,000 results are
returned.
NextToken
value.
This value can be between 5 and 1,000; if MaxResults
is given a value larger than 1,000,
only 1,000 results are returned.public DescribeVpcEndpointConnectionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results of the initial
request can be seen by sending another request with the returned NextToken
value. This value can be
between 5 and 1,000; if MaxResults
is given a value larger than 1,000, only 1,000 results are
returned.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results of the
initial request can be seen by sending another request with the returned NextToken
value.
This value can be between 5 and 1,000; if MaxResults
is given a value larger than 1,000, only
1,000 results are returned.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 DescribeVpcEndpointConnectionsRequest withNextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.public Request<DescribeVpcEndpointConnectionsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVpcEndpointConnectionsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointConnectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()