@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointServiceConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVpcEndpointServiceConfigurationsRequest>
NOOP| Constructor and Description |
|---|
DescribeVpcEndpointServiceConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcEndpointServiceConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeVpcEndpointServiceConfigurationsRequest> |
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.
|
List<String> |
getServiceIds()
The IDs of the endpoint services.
|
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.
|
void |
setServiceIds(Collection<String> serviceIds)
The IDs of the endpoint services.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointServiceConfigurationsRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeVpcEndpointServiceConfigurationsRequest |
withFilters(Filter... filters)
The filters.
|
DescribeVpcEndpointServiceConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
DescribeVpcEndpointServiceConfigurationsRequest |
withNextToken(String nextToken)
The token to retrieve the next page of results.
|
DescribeVpcEndpointServiceConfigurationsRequest |
withServiceIds(Collection<String> serviceIds)
The IDs of the endpoint services.
|
DescribeVpcEndpointServiceConfigurationsRequest |
withServiceIds(String... serviceIds)
The IDs of the endpoint services.
|
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, withSdkRequestTimeoutpublic DescribeVpcEndpointServiceConfigurationsRequest()
public List<String> getServiceIds()
The IDs of the endpoint services.
public void setServiceIds(Collection<String> serviceIds)
The IDs of the endpoint services.
serviceIds - The IDs of the endpoint services.public DescribeVpcEndpointServiceConfigurationsRequest withServiceIds(String... serviceIds)
The IDs of the endpoint services.
NOTE: This method appends the values to the existing list (if any). Use
setServiceIds(java.util.Collection) or withServiceIds(java.util.Collection) if you want to
override the existing values.
serviceIds - The IDs of the endpoint services.public DescribeVpcEndpointServiceConfigurationsRequest withServiceIds(Collection<String> serviceIds)
The IDs of the endpoint services.
serviceIds - The IDs of the endpoint services.public List<Filter> getFilters()
The filters.
service-name - The name of the service.
service-id - The ID of the service.
service-state - The state of the service (Pending | Available |
Deleting | Deleted | Failed).
supported-ip-address-types - The IP address type (ipv4 | ipv6).
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.
service-name - The name of the service.
service-id - The ID of the service.
service-state - The state of the service (Pending | Available |
Deleting | Deleted | Failed).
supported-ip-address-types - The IP address type (ipv4 | ipv6).
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.
public void setFilters(Collection<Filter> filters)
The filters.
service-name - The name of the service.
service-id - The ID of the service.
service-state - The state of the service (Pending | Available |
Deleting | Deleted | Failed).
supported-ip-address-types - The IP address type (ipv4 | ipv6).
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.
filters - The filters.
service-name - The name of the service.
service-id - The ID of the service.
service-state - The state of the service (Pending | Available |
Deleting | Deleted | Failed).
supported-ip-address-types - The IP address type (ipv4 | ipv6).
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.
public DescribeVpcEndpointServiceConfigurationsRequest withFilters(Filter... filters)
The filters.
service-name - The name of the service.
service-id - The ID of the service.
service-state - The state of the service (Pending | Available |
Deleting | Deleted | Failed).
supported-ip-address-types - The IP address type (ipv4 | ipv6).
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.
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.
service-name - The name of the service.
service-id - The ID of the service.
service-state - The state of the service (Pending | Available |
Deleting | Deleted | Failed).
supported-ip-address-types - The IP address type (ipv4 | ipv6).
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.
public DescribeVpcEndpointServiceConfigurationsRequest withFilters(Collection<Filter> filters)
The filters.
service-name - The name of the service.
service-id - The ID of the service.
service-state - The state of the service (Pending | Available |
Deleting | Deleted | Failed).
supported-ip-address-types - The IP address type (ipv4 | ipv6).
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.
filters - The filters.
service-name - The name of the service.
service-id - The ID of the service.
service-state - The state of the service (Pending | Available |
Deleting | Deleted | Failed).
supported-ip-address-types - The IP address type (ipv4 | ipv6).
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.
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 DescribeVpcEndpointServiceConfigurationsRequest 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 DescribeVpcEndpointServiceConfigurationsRequest withNextToken(String nextToken)
The token to retrieve the next page of results.
nextToken - The token to retrieve the next page of results.public Request<DescribeVpcEndpointServiceConfigurationsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeVpcEndpointServiceConfigurationsRequest>public String toString()
toString in class ObjectObject.toString()public DescribeVpcEndpointServiceConfigurationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()