@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() |
boolean |
equals(Object obj) |
Request<DescribeVpcEndpointServiceConfigurationsRequest> |
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.
|
List<String> |
getServiceIds()
The IDs of one or more services.
|
int |
hashCode() |
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.
|
void |
setServiceIds(Collection<String> serviceIds)
The IDs of one or more services.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeVpcEndpointServiceConfigurationsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeVpcEndpointServiceConfigurationsRequest |
withFilters(Filter... filters)
One or more 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 one or more services.
|
DescribeVpcEndpointServiceConfigurationsRequest |
withServiceIds(String... serviceIds)
The IDs of one or more services.
|
addHandlerContext, copyBaseTo, 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 one or more services.
public void setServiceIds(Collection<String> serviceIds)
The IDs of one or more services.
serviceIds - The IDs of one or more services.public DescribeVpcEndpointServiceConfigurationsRequest withServiceIds(String... serviceIds)
The IDs of one or more 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 one or more services.public DescribeVpcEndpointServiceConfigurationsRequest withServiceIds(Collection<String> serviceIds)
The IDs of one or more services.
serviceIds - The IDs of one or more services.public List<Filter> getFilters()
One or more 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).
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).
public void setFilters(Collection<Filter> filters)
One or more 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).
filters - One or more 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).
public DescribeVpcEndpointServiceConfigurationsRequest withFilters(Filter... filters)
One or more 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).
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.
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).
public DescribeVpcEndpointServiceConfigurationsRequest withFilters(Collection<Filter> filters)
One or more 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).
filters - One or more 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).
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 1000; if MaxResults is given a value larger than 1000, only 1000 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 1000; if MaxResults is given a value larger than 1000, only
1000 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 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned.
NextToken value.
This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only
1000 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 1000; if MaxResults is given a value larger than 1000, only 1000 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 1000; if MaxResults is given a value larger than 1000, only
1000 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()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.