@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVerifiedAccessGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeVerifiedAccessGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeVerifiedAccessGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<VerifiedAccessGroup> |
getVerifiedAccessGroups()
The ID of the Verified Access group.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setVerifiedAccessGroups(Collection<VerifiedAccessGroup> verifiedAccessGroups)
The ID of the Verified Access group.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVerifiedAccessGroupsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVerifiedAccessGroupsResult |
withVerifiedAccessGroups(Collection<VerifiedAccessGroup> verifiedAccessGroups)
The ID of the Verified Access group.
|
DescribeVerifiedAccessGroupsResult |
withVerifiedAccessGroups(VerifiedAccessGroup... verifiedAccessGroups)
The ID of the Verified Access group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<VerifiedAccessGroup> getVerifiedAccessGroups()
The ID of the Verified Access group.
public void setVerifiedAccessGroups(Collection<VerifiedAccessGroup> verifiedAccessGroups)
The ID of the Verified Access group.
verifiedAccessGroups - The ID of the Verified Access group.public DescribeVerifiedAccessGroupsResult withVerifiedAccessGroups(VerifiedAccessGroup... verifiedAccessGroups)
The ID of the Verified Access group.
NOTE: This method appends the values to the existing list (if any). Use
setVerifiedAccessGroups(java.util.Collection) or withVerifiedAccessGroups(java.util.Collection)
if you want to override the existing values.
verifiedAccessGroups - The ID of the Verified Access group.public DescribeVerifiedAccessGroupsResult withVerifiedAccessGroups(Collection<VerifiedAccessGroup> verifiedAccessGroups)
The ID of the Verified Access group.
verifiedAccessGroups - The ID of the Verified Access group.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
null when there are no
more results to return.public DescribeVerifiedAccessGroupsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String toString()
toString in class ObjectObject.toString()public DescribeVerifiedAccessGroupsResult clone()
Copyright © 2023. All rights reserved.