public class DescribeVpcEndpointsResult extends Object implements Serializable, Cloneable
Contains the output of DescribeVpcEndpoints.
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 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 endpoints.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcEndpointsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcEndpointsResult |
withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
DescribeVpcEndpointsResult |
withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the endpoints.
|
public List<VpcEndpoint> getVpcEndpoints()
Information about the endpoints.
public void setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
vpcEndpoints
- Information about the endpoints.public DescribeVpcEndpointsResult withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the 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 endpoints.public DescribeVpcEndpointsResult withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
vpcEndpoints
- Information about the 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.