public class DescribeVpcEndpointServicesResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeVpcEndpointServices.
| Constructor and Description |
|---|
DescribeVpcEndpointServicesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use when requesting the next set of items.
|
java.util.List<java.lang.String> |
getServiceNames()
A list of supported AWS services.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
void |
setServiceNames(java.util.Collection<java.lang.String> serviceNames)
A list of supported AWS services.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcEndpointServicesResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcEndpointServicesResult |
withServiceNames(java.util.Collection<java.lang.String> serviceNames)
A list of supported AWS services.
|
DescribeVpcEndpointServicesResult |
withServiceNames(java.lang.String... serviceNames)
A list of supported AWS services.
|
public java.util.List<java.lang.String> getServiceNames()
public void setServiceNames(java.util.Collection<java.lang.String> serviceNames)
serviceNames - A list of supported AWS services.public DescribeVpcEndpointServicesResult withServiceNames(java.lang.String... serviceNames)
Returns a reference to this object so that method calls can be chained together.
serviceNames - A list of supported AWS services.public DescribeVpcEndpointServicesResult withServiceNames(java.util.Collection<java.lang.String> serviceNames)
Returns a reference to this object so that method calls can be chained together.
serviceNames - A list of supported AWS services.public java.lang.String getNextToken()
public void setNextToken(java.lang.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 DescribeVpcEndpointServicesResult withNextToken(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.