@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVerifiedAccessInstancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeVerifiedAccessInstancesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeVerifiedAccessInstancesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<VerifiedAccessInstance> |
getVerifiedAccessInstances()
The IDs of the Verified Access instances.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setVerifiedAccessInstances(Collection<VerifiedAccessInstance> verifiedAccessInstances)
The IDs of the Verified Access instances.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVerifiedAccessInstancesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVerifiedAccessInstancesResult |
withVerifiedAccessInstances(Collection<VerifiedAccessInstance> verifiedAccessInstances)
The IDs of the Verified Access instances.
|
DescribeVerifiedAccessInstancesResult |
withVerifiedAccessInstances(VerifiedAccessInstance... verifiedAccessInstances)
The IDs of the Verified Access instances.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeVerifiedAccessInstancesResult()
public List<VerifiedAccessInstance> getVerifiedAccessInstances()
The IDs of the Verified Access instances.
public void setVerifiedAccessInstances(Collection<VerifiedAccessInstance> verifiedAccessInstances)
The IDs of the Verified Access instances.
verifiedAccessInstances - The IDs of the Verified Access instances.public DescribeVerifiedAccessInstancesResult withVerifiedAccessInstances(VerifiedAccessInstance... verifiedAccessInstances)
The IDs of the Verified Access instances.
NOTE: This method appends the values to the existing list (if any). Use
setVerifiedAccessInstances(java.util.Collection) or
withVerifiedAccessInstances(java.util.Collection) if you want to override the existing values.
verifiedAccessInstances - The IDs of the Verified Access instances.public DescribeVerifiedAccessInstancesResult withVerifiedAccessInstances(Collection<VerifiedAccessInstance> verifiedAccessInstances)
The IDs of the Verified Access instances.
verifiedAccessInstances - The IDs of the Verified Access instances.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 DescribeVerifiedAccessInstancesResult 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 DescribeVerifiedAccessInstancesResult clone()
Copyright © 2023. All rights reserved.