@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVpcEndpointsRequest>
NOOP
Constructor and Description |
---|
DescribeVpcEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeVpcEndpointsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
The filters.
|
Integer |
getMaxResults()
The maximum number of items to return for this request.
|
String |
getNextToken()
The token for the next set of items to return.
|
List<String> |
getVpcEndpointIds()
The IDs of the VPC endpoints.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
The filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setVpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of the VPC endpoints.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointsRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeVpcEndpointsRequest |
withFilters(Filter... filters)
The filters.
|
DescribeVpcEndpointsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeVpcEndpointsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeVpcEndpointsRequest |
withVpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of the VPC endpoints.
|
DescribeVpcEndpointsRequest |
withVpcEndpointIds(String... vpcEndpointIds)
The IDs of the VPC endpoints.
|
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> getVpcEndpointIds()
The IDs of the VPC endpoints.
public void setVpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of the VPC endpoints.
vpcEndpointIds
- The IDs of the VPC endpoints.public DescribeVpcEndpointsRequest withVpcEndpointIds(String... vpcEndpointIds)
The IDs of the VPC endpoints.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpointIds(java.util.Collection)
or withVpcEndpointIds(java.util.Collection)
if you want
to override the existing values.
vpcEndpointIds
- The IDs of the VPC endpoints.public DescribeVpcEndpointsRequest withVpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of the VPC endpoints.
vpcEndpointIds
- The IDs of the VPC endpoints.public List<Filter> getFilters()
The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-name
- The name of the service.
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
vpc-id
- The ID of the VPC in which the endpoint resides.
vpc-endpoint-id
- The ID of the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-type
- The type of VPC endpoint (Interface
| Gateway
|
GatewayLoadBalancer
).
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-name
- The name of the service.
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that
have a tag with the key Owner
and the value TeamA
, specify
tag:Owner
for the filter name and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
vpc-id
- The ID of the VPC in which the endpoint resides.
vpc-endpoint-id
- The ID of the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-type
- The type of VPC endpoint (Interface
| Gateway
| GatewayLoadBalancer
).
public void setFilters(Collection<Filter> filters)
The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-name
- The name of the service.
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
vpc-id
- The ID of the VPC in which the endpoint resides.
vpc-endpoint-id
- The ID of the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-type
- The type of VPC endpoint (Interface
| Gateway
|
GatewayLoadBalancer
).
filters
- The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-name
- The name of the service.
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner
and the value TeamA
, specify tag:Owner
for
the filter name and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
vpc-id
- The ID of the VPC in which the endpoint resides.
vpc-endpoint-id
- The ID of the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-type
- The type of VPC endpoint (Interface
| Gateway
|
GatewayLoadBalancer
).
public DescribeVpcEndpointsRequest withFilters(Filter... filters)
The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-name
- The name of the service.
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
vpc-id
- The ID of the VPC in which the endpoint resides.
vpc-endpoint-id
- The ID of the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-type
- The type of VPC endpoint (Interface
| Gateway
|
GatewayLoadBalancer
).
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-name
- The name of the service.
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner
and the value TeamA
, specify tag:Owner
for
the filter name and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
vpc-id
- The ID of the VPC in which the endpoint resides.
vpc-endpoint-id
- The ID of the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-type
- The type of VPC endpoint (Interface
| Gateway
|
GatewayLoadBalancer
).
public DescribeVpcEndpointsRequest withFilters(Collection<Filter> filters)
The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-name
- The name of the service.
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
vpc-id
- The ID of the VPC in which the endpoint resides.
vpc-endpoint-id
- The ID of the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-type
- The type of VPC endpoint (Interface
| Gateway
|
GatewayLoadBalancer
).
filters
- The filters.
ip-address-type
- The IP address type (ipv4
| ipv6
).
service-name
- The name of the service.
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner
and the value TeamA
, specify tag:Owner
for
the filter name and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
vpc-id
- The ID of the VPC in which the endpoint resides.
vpc-endpoint-id
- The ID of the endpoint.
vpc-endpoint-state
- The state of the endpoint (pendingAcceptance
|
pending
| available
| deleting
| deleted
|
rejected
| failed
).
vpc-endpoint-type
- The type of VPC endpoint (Interface
| Gateway
|
GatewayLoadBalancer
).
public void setMaxResults(Integer maxResults)
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1,000, we return only 1,000 items.
maxResults
- The maximum number of items to return for this request. The request returns a token that you can specify
in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1,000, we return only 1,000 items.
public Integer getMaxResults()
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1,000, we return only 1,000 items.
Constraint: If the value is greater than 1,000, we return only 1,000 items.
public DescribeVpcEndpointsRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1,000, we return only 1,000 items.
maxResults
- The maximum number of items to return for this request. The request returns a token that you can specify
in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1,000, we return only 1,000 items.
public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a prior call.)
nextToken
- The token for the next set of items to return. (You received this token from a prior call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a prior call.)
public DescribeVpcEndpointsRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a prior call.)
nextToken
- The token for the next set of items to return. (You received this token from a prior call.)public Request<DescribeVpcEndpointsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVpcEndpointsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()