@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 the 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 the services.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointServiceConfigurationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVpcEndpointServiceConfigurationsResult |
withServiceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about the services.
|
DescribeVpcEndpointServiceConfigurationsResult |
withServiceConfigurations(ServiceConfiguration... serviceConfigurations)
Information about the services.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVpcEndpointServiceConfigurationsResult()
public List<ServiceConfiguration> getServiceConfigurations()
Information about the services.
public void setServiceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about the services.
serviceConfigurations
- Information about the services.public DescribeVpcEndpointServiceConfigurationsResult withServiceConfigurations(ServiceConfiguration... serviceConfigurations)
Information about the 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 the services.public DescribeVpcEndpointServiceConfigurationsResult withServiceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about the services.
serviceConfigurations
- Information about the 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()