@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVpcEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
NOOP
Constructor and Description |
---|
UpdateVpcEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateVpcEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getVpcEndpointId()
Unique identifier of the VPC endpoint to be updated.
|
VPCOptions |
getVpcOptions()
The security groups and/or subnets to add, remove, or modify.
|
int |
hashCode() |
void |
setVpcEndpointId(String vpcEndpointId)
Unique identifier of the VPC endpoint to be updated.
|
void |
setVpcOptions(VPCOptions vpcOptions)
The security groups and/or subnets to add, remove, or modify.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVpcEndpointRequest |
withVpcEndpointId(String vpcEndpointId)
Unique identifier of the VPC endpoint to be updated.
|
UpdateVpcEndpointRequest |
withVpcOptions(VPCOptions vpcOptions)
The security groups and/or subnets to add, remove, or modify.
|
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 setVpcEndpointId(String vpcEndpointId)
Unique identifier of the VPC endpoint to be updated.
vpcEndpointId
- Unique identifier of the VPC endpoint to be updated.public String getVpcEndpointId()
Unique identifier of the VPC endpoint to be updated.
public UpdateVpcEndpointRequest withVpcEndpointId(String vpcEndpointId)
Unique identifier of the VPC endpoint to be updated.
vpcEndpointId
- Unique identifier of the VPC endpoint to be updated.public void setVpcOptions(VPCOptions vpcOptions)
The security groups and/or subnets to add, remove, or modify.
vpcOptions
- The security groups and/or subnets to add, remove, or modify.public VPCOptions getVpcOptions()
The security groups and/or subnets to add, remove, or modify.
public UpdateVpcEndpointRequest withVpcOptions(VPCOptions vpcOptions)
The security groups and/or subnets to add, remove, or modify.
vpcOptions
- The security groups and/or subnets to add, remove, or modify.public String toString()
toString
in class Object
Object.toString()
public UpdateVpcEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()