public class DescribeVpcEndpointServicesResult extends Object implements Serializable, Cloneable
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()
public void setServiceNames(Collection<String> serviceNames)
serviceNames
- A list of supported AWS services.public DescribeVpcEndpointServicesResult withServiceNames(String... serviceNames)
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.
Returns a reference to this object so that method calls can be chained together.
serviceNames
- A list of supported AWS services.public DescribeVpcEndpointServicesResult withServiceNames(Collection<String> serviceNames)
Returns a reference to this object so that method calls can be chained together.
serviceNames
- A list of supported AWS services.public String getNextToken()
public void setNextToken(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(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 String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointServicesResult clone()
Copyright © 2015. All rights reserved.