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() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DeleteVpcEndpointsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.