@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVpcEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListVpcEndpointsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When
nextToken is returned, there are more results available. |
List<VpcEndpointSummary> |
getVpcEndpointSummaries()
Details about each VPC endpoint, including the name and current status.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
void |
setVpcEndpointSummaries(Collection<VpcEndpointSummary> vpcEndpointSummaries)
Details about each VPC endpoint, including the name and current status.
|
String |
toString()
Returns a string representation of this object.
|
ListVpcEndpointsResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
ListVpcEndpointsResult |
withVpcEndpointSummaries(Collection<VpcEndpointSummary> vpcEndpointSummaries)
Details about each VPC endpoint, including the name and current status.
|
ListVpcEndpointsResult |
withVpcEndpointSummaries(VpcEndpointSummary... vpcEndpointSummaries)
Details about each VPC endpoint, including the name and current status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public String getNextToken()
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public ListVpcEndpointsResult withNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public List<VpcEndpointSummary> getVpcEndpointSummaries()
Details about each VPC endpoint, including the name and current status.
public void setVpcEndpointSummaries(Collection<VpcEndpointSummary> vpcEndpointSummaries)
Details about each VPC endpoint, including the name and current status.
vpcEndpointSummaries - Details about each VPC endpoint, including the name and current status.public ListVpcEndpointsResult withVpcEndpointSummaries(VpcEndpointSummary... vpcEndpointSummaries)
Details about each VPC endpoint, including the name and current status.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpointSummaries(java.util.Collection) or withVpcEndpointSummaries(java.util.Collection)
if you want to override the existing values.
vpcEndpointSummaries - Details about each VPC endpoint, including the name and current status.public ListVpcEndpointsResult withVpcEndpointSummaries(Collection<VpcEndpointSummary> vpcEndpointSummaries)
Details about each VPC endpoint, including the name and current status.
vpcEndpointSummaries - Details about each VPC endpoint, including the name and current status.public String toString()
toString in class ObjectObject.toString()public ListVpcEndpointsResult clone()