@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpcEndpointServiceConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateVpcEndpointServiceConfigurationRequest>
NOOP
Constructor and Description |
---|
CreateVpcEndpointServiceConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVpcEndpointServiceConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAcceptanceRequired()
Indicate whether requests from service consumers to create an endpoint to your service must be accepted.
|
String |
getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
Request<CreateVpcEndpointServiceConfigurationRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getNetworkLoadBalancerArns()
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
|
int |
hashCode() |
Boolean |
isAcceptanceRequired()
Indicate whether requests from service consumers to create an endpoint to your service must be accepted.
|
void |
setAcceptanceRequired(Boolean acceptanceRequired)
Indicate whether requests from service consumers to create an endpoint to your service must be accepted.
|
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
void |
setNetworkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateVpcEndpointServiceConfigurationRequest |
withAcceptanceRequired(Boolean acceptanceRequired)
Indicate whether requests from service consumers to create an endpoint to your service must be accepted.
|
CreateVpcEndpointServiceConfigurationRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateVpcEndpointServiceConfigurationRequest |
withNetworkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
|
CreateVpcEndpointServiceConfigurationRequest |
withNetworkLoadBalancerArns(String... networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CreateVpcEndpointServiceConfigurationRequest()
public void setAcceptanceRequired(Boolean acceptanceRequired)
Indicate whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.
acceptanceRequired
- Indicate whether requests from service consumers to create an endpoint to your service must be accepted.
To accept a request, use AcceptVpcEndpointConnections.public Boolean getAcceptanceRequired()
Indicate whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.
public CreateVpcEndpointServiceConfigurationRequest withAcceptanceRequired(Boolean acceptanceRequired)
Indicate whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.
acceptanceRequired
- Indicate whether requests from service consumers to create an endpoint to your service must be accepted.
To accept a request, use AcceptVpcEndpointConnections.public Boolean isAcceptanceRequired()
Indicate whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.
public List<String> getNetworkLoadBalancerArns()
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
public void setNetworkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
networkLoadBalancerArns
- The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.public CreateVpcEndpointServiceConfigurationRequest withNetworkLoadBalancerArns(String... networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkLoadBalancerArns(java.util.Collection)
or
withNetworkLoadBalancerArns(java.util.Collection)
if you want to override the existing values.
networkLoadBalancerArns
- The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.public CreateVpcEndpointServiceConfigurationRequest withNetworkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
networkLoadBalancerArns
- The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.public void setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public String getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
public CreateVpcEndpointServiceConfigurationRequest withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public Request<CreateVpcEndpointServiceConfigurationRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateVpcEndpointServiceConfigurationRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateVpcEndpointServiceConfigurationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.