@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVerifiedAccessGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVerifiedAccessGroupsRequest>
NOOP
Constructor and Description |
---|
DescribeVerifiedAccessGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVerifiedAccessGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeVerifiedAccessGroupsRequest> |
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> |
getVerifiedAccessGroupIds()
The ID of the Verified Access groups.
|
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 |
setVerifiedAccessGroupIds(Collection<String> verifiedAccessGroupIds)
The ID of the Verified Access groups.
|
void |
setVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Verified Access instance.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVerifiedAccessGroupsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeVerifiedAccessGroupsRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeVerifiedAccessGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeVerifiedAccessGroupsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
DescribeVerifiedAccessGroupsRequest |
withVerifiedAccessGroupIds(Collection<String> verifiedAccessGroupIds)
The ID of the Verified Access groups.
|
DescribeVerifiedAccessGroupsRequest |
withVerifiedAccessGroupIds(String... verifiedAccessGroupIds)
The ID of the Verified Access groups.
|
DescribeVerifiedAccessGroupsRequest |
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 List<String> getVerifiedAccessGroupIds()
The ID of the Verified Access groups.
public void setVerifiedAccessGroupIds(Collection<String> verifiedAccessGroupIds)
The ID of the Verified Access groups.
verifiedAccessGroupIds
- The ID of the Verified Access groups.public DescribeVerifiedAccessGroupsRequest withVerifiedAccessGroupIds(String... verifiedAccessGroupIds)
The ID of the Verified Access groups.
NOTE: This method appends the values to the existing list (if any). Use
setVerifiedAccessGroupIds(java.util.Collection)
or
withVerifiedAccessGroupIds(java.util.Collection)
if you want to override the existing values.
verifiedAccessGroupIds
- The ID of the Verified Access groups.public DescribeVerifiedAccessGroupsRequest withVerifiedAccessGroupIds(Collection<String> verifiedAccessGroupIds)
The ID of the Verified Access groups.
verifiedAccessGroupIds
- The ID of the Verified Access groups.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 DescribeVerifiedAccessGroupsRequest withVerifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Verified Access instance.
verifiedAccessInstanceId
- The ID of the Verified Access instance.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 DescribeVerifiedAccessGroupsRequest 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 DescribeVerifiedAccessGroupsRequest 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 DescribeVerifiedAccessGroupsRequest 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 DescribeVerifiedAccessGroupsRequest 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<DescribeVerifiedAccessGroupsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVerifiedAccessGroupsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeVerifiedAccessGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()