@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVerifiedAccessEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVerifiedAccessEndpointsRequest>
NOOP
Constructor and Description |
---|
DescribeVerifiedAccessEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVerifiedAccessEndpointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeVerifiedAccessEndpointsRequest> |
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 with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
List<String> |
getVerifiedAccessEndpointIds()
The ID of the Verified Access endpoint.
|
String |
getVerifiedAccessGroupId()
The ID of the Verified Access group.
|
String |
getVerifiedAccessInstanceId()
The ID of the Verified Access instance.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setVerifiedAccessEndpointIds(Collection<String> verifiedAccessEndpointIds)
The ID of the Verified Access endpoint.
|
void |
setVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
|
void |
setVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Verified Access instance.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVerifiedAccessEndpointsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeVerifiedAccessEndpointsRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeVerifiedAccessEndpointsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeVerifiedAccessEndpointsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
DescribeVerifiedAccessEndpointsRequest |
withVerifiedAccessEndpointIds(Collection<String> verifiedAccessEndpointIds)
The ID of the Verified Access endpoint.
|
DescribeVerifiedAccessEndpointsRequest |
withVerifiedAccessEndpointIds(String... verifiedAccessEndpointIds)
The ID of the Verified Access endpoint.
|
DescribeVerifiedAccessEndpointsRequest |
withVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
|
DescribeVerifiedAccessEndpointsRequest |
withVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Verified Access instance.
|
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 DescribeVerifiedAccessEndpointsRequest()
public List<String> getVerifiedAccessEndpointIds()
The ID of the Verified Access endpoint.
public void setVerifiedAccessEndpointIds(Collection<String> verifiedAccessEndpointIds)
The ID of the Verified Access endpoint.
verifiedAccessEndpointIds
- The ID of the Verified Access endpoint.public DescribeVerifiedAccessEndpointsRequest withVerifiedAccessEndpointIds(String... verifiedAccessEndpointIds)
The ID of the Verified Access endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setVerifiedAccessEndpointIds(java.util.Collection)
or
withVerifiedAccessEndpointIds(java.util.Collection)
if you want to override the existing values.
verifiedAccessEndpointIds
- The ID of the Verified Access endpoint.public DescribeVerifiedAccessEndpointsRequest withVerifiedAccessEndpointIds(Collection<String> verifiedAccessEndpointIds)
The ID of the Verified Access endpoint.
verifiedAccessEndpointIds
- The ID of the Verified Access endpoint.public void setVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Verified Access instance.
verifiedAccessInstanceId
- The ID of the Verified Access instance.public String getVerifiedAccessInstanceId()
The ID of the Verified Access instance.
public DescribeVerifiedAccessEndpointsRequest withVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Verified Access instance.
verifiedAccessInstanceId
- The ID of the Verified Access instance.public void setVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
verifiedAccessGroupId
- The ID of the Verified Access group.public String getVerifiedAccessGroupId()
The ID of the Verified Access group.
public DescribeVerifiedAccessEndpointsRequest withVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
verifiedAccessGroupId
- The ID of the Verified Access group.public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public DescribeVerifiedAccessEndpointsRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public DescribeVerifiedAccessEndpointsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public List<Filter> getFilters()
One or more filters. Filter names and values are case-sensitive.
public void setFilters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
filters
- One or more filters. Filter names and values are case-sensitive.public DescribeVerifiedAccessEndpointsRequest withFilters(Filter... filters)
One or more filters. Filter names and values are case-sensitive.
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. Filter names and values are case-sensitive.public DescribeVerifiedAccessEndpointsRequest withFilters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
filters
- One or more filters. Filter names and values are case-sensitive.public Request<DescribeVerifiedAccessEndpointsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVerifiedAccessEndpointsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeVerifiedAccessEndpointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()