public class DeleteVpcEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVpcEndpointsRequest>
DeleteVpcEndpoints operation.
Deletes one or more specified VPC endpoints. Deleting the endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint.
NOOP| Constructor and Description |
|---|
DeleteVpcEndpointsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcEndpointsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Request<DeleteVpcEndpointsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getVpcEndpointIds()
One or more endpoint IDs.
|
int |
hashCode() |
void |
setVpcEndpointIds(Collection<String> vpcEndpointIds)
One or more endpoint IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteVpcEndpointsRequest |
withVpcEndpointIds(Collection<String> vpcEndpointIds)
One or more endpoint IDs.
|
DeleteVpcEndpointsRequest |
withVpcEndpointIds(String... vpcEndpointIds)
One or more endpoint IDs.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getVpcEndpointIds()
public void setVpcEndpointIds(Collection<String> vpcEndpointIds)
vpcEndpointIds - One or more endpoint IDs.public DeleteVpcEndpointsRequest withVpcEndpointIds(String... vpcEndpointIds)
NOTE: This method appends the values to the existing list (if
any). Use setVpcEndpointIds(java.util.Collection) or withVpcEndpointIds(java.util.Collection) if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
vpcEndpointIds - One or more endpoint IDs.public DeleteVpcEndpointsRequest withVpcEndpointIds(Collection<String> vpcEndpointIds)
Returns a reference to this object so that method calls can be chained together.
vpcEndpointIds - One or more endpoint IDs.public Request<DeleteVpcEndpointsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteVpcEndpointsRequest>public String toString()
toString in class ObjectObject.toString()public DeleteVpcEndpointsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.