@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointServicePermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVpcEndpointServicePermissionsRequest>
NOOP
Constructor and Description |
---|
DescribeVpcEndpointServicePermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointServicePermissionsRequest |
clone() |
boolean |
equals(Object obj) |
Request<DescribeVpcEndpointServicePermissionsRequest> |
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.
|
String |
getServiceId()
The ID of the service.
|
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 |
setServiceId(String serviceId)
The ID of the service.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointServicePermissionsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeVpcEndpointServicePermissionsRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeVpcEndpointServicePermissionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
DescribeVpcEndpointServicePermissionsRequest |
withNextToken(String nextToken)
The token to retrieve the next page of results.
|
DescribeVpcEndpointServicePermissionsRequest |
withServiceId(String serviceId)
The ID of the service.
|
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, withSdkRequestTimeout
public DescribeVpcEndpointServicePermissionsRequest()
public void setServiceId(String serviceId)
The ID of the service.
serviceId
- The ID of the service.public String getServiceId()
The ID of the service.
public DescribeVpcEndpointServicePermissionsRequest withServiceId(String serviceId)
The ID of the service.
serviceId
- The ID of the service.public List<Filter> getFilters()
One or more filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
public void setFilters(Collection<Filter> filters)
One or more filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
filters
- One or more filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
public DescribeVpcEndpointServicePermissionsRequest withFilters(Filter... filters)
One or more filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
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.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
public DescribeVpcEndpointServicePermissionsRequest withFilters(Collection<Filter> filters)
One or more filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
filters
- One or more filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
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 DescribeVpcEndpointServicePermissionsRequest 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 DescribeVpcEndpointServicePermissionsRequest withNextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.public Request<DescribeVpcEndpointServicePermissionsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVpcEndpointServicePermissionsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointServicePermissionsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.