@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVerifiedAccessEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVerifiedAccessEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVerifiedAccessEndpointsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<VerifiedAccessEndpoint> |
getVerifiedAccessEndpoints()
The ID of the Amazon Web Services Verified Access endpoint.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setVerifiedAccessEndpoints(Collection<VerifiedAccessEndpoint> verifiedAccessEndpoints)
The ID of the Amazon Web Services Verified Access endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVerifiedAccessEndpointsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVerifiedAccessEndpointsResult |
withVerifiedAccessEndpoints(Collection<VerifiedAccessEndpoint> verifiedAccessEndpoints)
The ID of the Amazon Web Services Verified Access endpoint.
|
DescribeVerifiedAccessEndpointsResult |
withVerifiedAccessEndpoints(VerifiedAccessEndpoint... verifiedAccessEndpoints)
The ID of the Amazon Web Services Verified Access endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVerifiedAccessEndpointsResult()
public List<VerifiedAccessEndpoint> getVerifiedAccessEndpoints()
The ID of the Amazon Web Services Verified Access endpoint.
public void setVerifiedAccessEndpoints(Collection<VerifiedAccessEndpoint> verifiedAccessEndpoints)
The ID of the Amazon Web Services Verified Access endpoint.
verifiedAccessEndpoints
- The ID of the Amazon Web Services Verified Access endpoint.public DescribeVerifiedAccessEndpointsResult withVerifiedAccessEndpoints(VerifiedAccessEndpoint... verifiedAccessEndpoints)
The ID of the Amazon Web Services Verified Access endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setVerifiedAccessEndpoints(java.util.Collection)
or
withVerifiedAccessEndpoints(java.util.Collection)
if you want to override the existing values.
verifiedAccessEndpoints
- The ID of the Amazon Web Services Verified Access endpoint.public DescribeVerifiedAccessEndpointsResult withVerifiedAccessEndpoints(Collection<VerifiedAccessEndpoint> verifiedAccessEndpoints)
The ID of the Amazon Web Services Verified Access endpoint.
verifiedAccessEndpoints
- The ID of the Amazon Web Services Verified Access endpoint.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 DescribeVerifiedAccessEndpointsResult 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 Object
Object.toString()
public DescribeVerifiedAccessEndpointsResult clone()