@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> |
getVpcEndpointSummaryList()
Information about each endpoint.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
void |
setVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint.
|
String |
toString()
Returns a string representation of this object.
|
ListVpcEndpointsResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
ListVpcEndpointsResult |
withVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint.
|
ListVpcEndpointsResult |
withVpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VpcEndpointSummary> getVpcEndpointSummaryList()
Information about each endpoint.
public void setVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint.
vpcEndpointSummaryList
- Information about each endpoint.public ListVpcEndpointsResult withVpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpointSummaryList(java.util.Collection)
or
withVpcEndpointSummaryList(java.util.Collection)
if you want to override the existing values.
vpcEndpointSummaryList
- Information about each endpoint.public ListVpcEndpointsResult withVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint.
vpcEndpointSummaryList
- Information about each endpoint.public 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. Send the request 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. Send the request 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. Send the request 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. Send the request 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. Send the request 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. Send the request again using the
returned token to retrieve the next page.public String toString()
toString
in class Object
Object.toString()
public ListVpcEndpointsResult clone()