@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointServicesResult extends AmazonWebServiceResult<ResponseMetadata> 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<ServiceDetail> |
getServiceDetails()
Information about the service.
|
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 |
setServiceDetails(Collection<ServiceDetail> serviceDetails)
Information about the service.
|
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 |
withServiceDetails(Collection<ServiceDetail> serviceDetails)
Information about the service.
|
DescribeVpcEndpointServicesResult |
withServiceDetails(ServiceDetail... serviceDetails)
Information about the service.
|
DescribeVpcEndpointServicesResult |
withServiceNames(Collection<String> serviceNames)
A list of supported AWS services.
|
DescribeVpcEndpointServicesResult |
withServiceNames(String... serviceNames)
A list of supported AWS services.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 List<ServiceDetail> getServiceDetails()
Information about the service.
public void setServiceDetails(Collection<ServiceDetail> serviceDetails)
Information about the service.
serviceDetails
- Information about the service.public DescribeVpcEndpointServicesResult withServiceDetails(ServiceDetail... serviceDetails)
Information about the service.
NOTE: This method appends the values to the existing list (if any). Use
setServiceDetails(java.util.Collection)
or withServiceDetails(java.util.Collection)
if you want
to override the existing values.
serviceDetails
- Information about the service.public DescribeVpcEndpointServicesResult withServiceDetails(Collection<ServiceDetail> serviceDetails)
Information about the service.
serviceDetails
- Information about the service.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.