@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVpcEndpointsForDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVpcEndpointsForDomainResult() |
Modifier and Type | Method and Description |
---|---|
ListVpcEndpointsForDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When
nextToken is returned, there are more results available. |
List<VpcEndpointSummary> |
getVpcEndpointSummaryList()
Information about each endpoint associated with the domain.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
void |
setVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
|
String |
toString()
Returns a string representation of this object.
|
ListVpcEndpointsForDomainResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
ListVpcEndpointsForDomainResult |
withVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
|
ListVpcEndpointsForDomainResult |
withVpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VpcEndpointSummary> getVpcEndpointSummaryList()
Information about each endpoint associated with the domain.
public void setVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
vpcEndpointSummaryList
- Information about each endpoint associated with the domain.public ListVpcEndpointsForDomainResult withVpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
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 associated with the domain.public ListVpcEndpointsForDomainResult withVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
vpcEndpointSummaryList
- Information about each endpoint associated with the domain.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 ListVpcEndpointsForDomainResult 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 ListVpcEndpointsForDomainResult clone()