@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpcEndpointServiceConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateVpcEndpointServiceConfigurationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateVpcEndpointServiceConfigurationResult | clone() | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| ServiceConfiguration | getServiceConfiguration()
 Information about the service configuration. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| void | setServiceConfiguration(ServiceConfiguration serviceConfiguration)
 Information about the service configuration. | 
| String | toString()Returns a string representation of this object. | 
| CreateVpcEndpointServiceConfigurationResult | withClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| CreateVpcEndpointServiceConfigurationResult | withServiceConfiguration(ServiceConfiguration serviceConfiguration)
 Information about the service configuration. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateVpcEndpointServiceConfigurationResult()
public void setServiceConfiguration(ServiceConfiguration serviceConfiguration)
Information about the service configuration.
serviceConfiguration - Information about the service configuration.public ServiceConfiguration getServiceConfiguration()
Information about the service configuration.
public CreateVpcEndpointServiceConfigurationResult withServiceConfiguration(ServiceConfiguration serviceConfiguration)
Information about the service configuration.
serviceConfiguration - Information about the service configuration.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CreateVpcEndpointServiceConfigurationResult withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString in class ObjectObject.toString()public CreateVpcEndpointServiceConfigurationResult clone()