public class DescribeVpcEndpointsResult extends Object 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 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()
public void setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
vpcEndpoints
- Information about the endpoints.public DescribeVpcEndpointsResult withVpcEndpoints(VpcEndpoint... vpcEndpoints)
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.
Returns a reference to this object so that method calls can be chained together.
vpcEndpoints
- Information about the endpoints.public DescribeVpcEndpointsResult withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Returns a reference to this object so that method calls can be chained together.
vpcEndpoints
- Information about the endpoints.public String getNextToken()
public void setNextToken(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(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 String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointsResult clone()
Copyright © 2015. All rights reserved.