@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<VpcEndpoint> |
getVpcEndpoints()
Information about the VPC endpoints.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the VPC endpoints.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcEndpointsResult |
withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the VPC endpoints.
|
DescribeVpcEndpointsResult |
withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the VPC endpoints.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VpcEndpoint> getVpcEndpoints()
Information about the VPC endpoints.
public void setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the VPC endpoints.
vpcEndpoints
- Information about the VPC endpoints.public DescribeVpcEndpointsResult withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the VPC endpoints.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpoints(java.util.Collection)
or withVpcEndpoints(java.util.Collection)
if you want to
override the existing values.
vpcEndpoints
- Information about the VPC endpoints.public DescribeVpcEndpointsResult withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the VPC endpoints.
vpcEndpoints
- Information about the VPC endpoints.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 String getNextToken()
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(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointsResult clone()