@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointServiceConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcEndpointServiceConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointServiceConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<ServiceConfiguration> |
getServiceConfigurations()
Information about one or more services.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setServiceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about one or more services.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeVpcEndpointServiceConfigurationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVpcEndpointServiceConfigurationsResult |
withServiceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about one or more services.
|
DescribeVpcEndpointServiceConfigurationsResult |
withServiceConfigurations(ServiceConfiguration... serviceConfigurations)
Information about one or more services.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVpcEndpointServiceConfigurationsResult()
public List<ServiceConfiguration> getServiceConfigurations()
Information about one or more services.
public void setServiceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about one or more services.
serviceConfigurations
- Information about one or more services.public DescribeVpcEndpointServiceConfigurationsResult withServiceConfigurations(ServiceConfiguration... serviceConfigurations)
Information about one or more services.
NOTE: This method appends the values to the existing list (if any). Use
setServiceConfigurations(java.util.Collection)
or
withServiceConfigurations(java.util.Collection)
if you want to override the existing values.
serviceConfigurations
- Information about one or more services.public DescribeVpcEndpointServiceConfigurationsResult withServiceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about one or more services.
serviceConfigurations
- Information about one or more services.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeVpcEndpointServiceConfigurationsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointServiceConfigurationsResult clone()
Copyright © 2017. All rights reserved.