@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVerifiedAccessEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyVerifiedAccessEndpointRequest>
NOOP
Constructor and Description |
---|
ModifyVerifiedAccessEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyVerifiedAccessEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
String |
getDescription()
A description for the Amazon Web Services Verified Access endpoint.
|
Request<ModifyVerifiedAccessEndpointRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
ModifyVerifiedAccessEndpointLoadBalancerOptions |
getLoadBalancerOptions()
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer type. |
ModifyVerifiedAccessEndpointEniOptions |
getNetworkInterfaceOptions()
The network interface options.
|
String |
getVerifiedAccessEndpointId()
The ID of the Amazon Web Services Verified Access endpoint.
|
String |
getVerifiedAccessGroupId()
The ID of the Amazon Web Services Verified Access group.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
void |
setDescription(String description)
A description for the Amazon Web Services Verified Access endpoint.
|
void |
setLoadBalancerOptions(ModifyVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions)
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer type. |
void |
setNetworkInterfaceOptions(ModifyVerifiedAccessEndpointEniOptions networkInterfaceOptions)
The network interface options.
|
void |
setVerifiedAccessEndpointId(String verifiedAccessEndpointId)
The ID of the Amazon Web Services Verified Access endpoint.
|
void |
setVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
|
String |
toString()
Returns a string representation of this object.
|
ModifyVerifiedAccessEndpointRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
ModifyVerifiedAccessEndpointRequest |
withDescription(String description)
A description for the Amazon Web Services Verified Access endpoint.
|
ModifyVerifiedAccessEndpointRequest |
withLoadBalancerOptions(ModifyVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions)
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer type. |
ModifyVerifiedAccessEndpointRequest |
withNetworkInterfaceOptions(ModifyVerifiedAccessEndpointEniOptions networkInterfaceOptions)
The network interface options.
|
ModifyVerifiedAccessEndpointRequest |
withVerifiedAccessEndpointId(String verifiedAccessEndpointId)
The ID of the Amazon Web Services Verified Access endpoint.
|
ModifyVerifiedAccessEndpointRequest |
withVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
|
addHandlerContext, 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 void setVerifiedAccessEndpointId(String verifiedAccessEndpointId)
The ID of the Amazon Web Services Verified Access endpoint.
verifiedAccessEndpointId
- The ID of the Amazon Web Services Verified Access endpoint.public String getVerifiedAccessEndpointId()
The ID of the Amazon Web Services Verified Access endpoint.
public ModifyVerifiedAccessEndpointRequest withVerifiedAccessEndpointId(String verifiedAccessEndpointId)
The ID of the Amazon Web Services Verified Access endpoint.
verifiedAccessEndpointId
- The ID of the Amazon Web Services Verified Access endpoint.public void setVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
verifiedAccessGroupId
- The ID of the Amazon Web Services Verified Access group.public String getVerifiedAccessGroupId()
The ID of the Amazon Web Services Verified Access group.
public ModifyVerifiedAccessEndpointRequest withVerifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Amazon Web Services Verified Access group.
verifiedAccessGroupId
- The ID of the Amazon Web Services Verified Access group.public void setLoadBalancerOptions(ModifyVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions)
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer
type.
loadBalancerOptions
- The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer
type.public ModifyVerifiedAccessEndpointLoadBalancerOptions getLoadBalancerOptions()
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer
type.
load-balancer
type.public ModifyVerifiedAccessEndpointRequest withLoadBalancerOptions(ModifyVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions)
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer
type.
loadBalancerOptions
- The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancer
type.public void setNetworkInterfaceOptions(ModifyVerifiedAccessEndpointEniOptions networkInterfaceOptions)
The network interface options.
networkInterfaceOptions
- The network interface options.public ModifyVerifiedAccessEndpointEniOptions getNetworkInterfaceOptions()
The network interface options.
public ModifyVerifiedAccessEndpointRequest withNetworkInterfaceOptions(ModifyVerifiedAccessEndpointEniOptions networkInterfaceOptions)
The network interface options.
networkInterfaceOptions
- The network interface options.public void setDescription(String description)
A description for the Amazon Web Services Verified Access endpoint.
description
- A description for the Amazon Web Services Verified Access endpoint.public String getDescription()
A description for the Amazon Web Services Verified Access endpoint.
public ModifyVerifiedAccessEndpointRequest withDescription(String description)
A description for the Amazon Web Services Verified Access endpoint.
description
- A description for the Amazon Web Services Verified Access endpoint.public void setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
clientToken
- A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For
more information, see Ensuring
Idempotency.public String getClientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
public ModifyVerifiedAccessEndpointRequest withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
clientToken
- A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For
more information, see Ensuring
Idempotency.public Request<ModifyVerifiedAccessEndpointRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyVerifiedAccessEndpointRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyVerifiedAccessEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()