public class DescribeVpcEndpointServicesResult extends Object implements Serializable, Cloneable
Contains the output of DescribeVpcEndpointServices.
Constructor and Description |
---|
DescribeVpcEndpointServicesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointServicesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<String> |
getServiceNames()
A list of supported AWS services.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setServiceNames(Collection<String> serviceNames)
A list of supported AWS services.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcEndpointServicesResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcEndpointServicesResult |
withServiceNames(Collection<String> serviceNames)
A list of supported AWS services.
|
DescribeVpcEndpointServicesResult |
withServiceNames(String... serviceNames)
A list of supported AWS services.
|
public List<String> getServiceNames()
A list of supported AWS services.
public void setServiceNames(Collection<String> serviceNames)
A list of supported AWS services.
serviceNames
- A list of supported AWS services.public DescribeVpcEndpointServicesResult withServiceNames(String... serviceNames)
A list of supported AWS services.
NOTE: This method appends the values to the existing list (if
any). Use setServiceNames(java.util.Collection)
or
withServiceNames(java.util.Collection)
if you want to override
the existing values.
serviceNames
- A list of supported AWS services.public DescribeVpcEndpointServicesResult withServiceNames(Collection<String> serviceNames)
A list of supported AWS services.
serviceNames
- A list of supported AWS services.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 getNextToken()
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(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 DescribeVpcEndpointServicesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.