public class DescribeVpcEndpointsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeVpcEndpoints.
Constructor and Description |
---|
DescribeVpcEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use when requesting the next set of items.
|
java.util.List<VpcEndpoint> |
getVpcEndpoints()
Information about the endpoints.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
void |
setVpcEndpoints(java.util.Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcEndpointsResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcEndpointsResult |
withVpcEndpoints(java.util.Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
DescribeVpcEndpointsResult |
withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the endpoints.
|
public java.util.List<VpcEndpoint> getVpcEndpoints()
public void setVpcEndpoints(java.util.Collection<VpcEndpoint> vpcEndpoints)
vpcEndpoints
- Information about the endpoints.public DescribeVpcEndpointsResult withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Returns a reference to this object so that method calls can be chained together.
vpcEndpoints
- Information about the endpoints.public DescribeVpcEndpointsResult withVpcEndpoints(java.util.Collection<VpcEndpoint> vpcEndpoints)
Returns a reference to this object so that method calls can be chained together.
vpcEndpoints
- Information about the endpoints.public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken
- The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public DescribeVpcEndpointsResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.