@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeVpcEndpointServicePermissionsRequest> |
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.
|
String |
getServiceId()
The ID of the service.
|
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 |
setServiceId(String serviceId)
The ID of the service.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointServicePermissionsRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeVpcEndpointServicePermissionsRequest |
withFilters(Filter... filters)
The 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, 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()
The 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)
The filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
filters
- The filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
public DescribeVpcEndpointServicePermissionsRequest withFilters(Filter... filters)
The 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
- The filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
public DescribeVpcEndpointServicePermissionsRequest withFilters(Collection<Filter> filters)
The filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
| Service
|
OrganizationUnit
| Account
| User
| Role
).
filters
- The 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()