@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointServicesResult extends AmazonWebServiceResult<ResponseMetadata> 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<ServiceDetail> |
getServiceDetails()
Information about the service.
|
List<String> |
getServiceNames()
The supported 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)
The supported services.
|
String |
toString()
Returns a string representation of this object.
|
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)
The supported services.
|
DescribeVpcEndpointServicesResult |
withServiceNames(String... serviceNames)
The supported services.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getServiceNames()
The supported services.
public void setServiceNames(Collection<String> serviceNames)
The supported services.
serviceNames
- The supported services.public DescribeVpcEndpointServicesResult withServiceNames(String... serviceNames)
The supported 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
- The supported services.public DescribeVpcEndpointServicesResult withServiceNames(Collection<String> serviceNames)
The supported services.
serviceNames
- The supported 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()