@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
NOOP
Constructor and Description |
---|
DeleteVpcEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getVpcEndpointId()
The unique identifier of the endpoint to be deleted.
|
int |
hashCode() |
void |
setVpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpcEndpointRequest |
withVpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint to be deleted.
|
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)
The unique identifier of the endpoint to be deleted.
vpcEndpointId
- The unique identifier of the endpoint to be deleted.public String getVpcEndpointId()
The unique identifier of the endpoint to be deleted.
public DeleteVpcEndpointRequest withVpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint to be deleted.
vpcEndpointId
- The unique identifier of the endpoint to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteVpcEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()