@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() |
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-balancertype. |
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-balancertype. |
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-balancertype. |
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, 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, withSdkRequestTimeoutpublic 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-balancertype.
loadBalancerOptions - The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancertype.public ModifyVerifiedAccessEndpointLoadBalancerOptions getLoadBalancerOptions()
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancertype.
load-balancertype.public ModifyVerifiedAccessEndpointRequest withLoadBalancerOptions(ModifyVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions)
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancertype.
loadBalancerOptions - The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancertype.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 ObjectObject.toString()public ModifyVerifiedAccessEndpointRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.