public class DeleteVpcEndpointsRequest extends AmazonWebServiceRequest implements java.io.Serializable, 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.
Constructor and Description |
---|
DeleteVpcEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Request<DeleteVpcEndpointsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.util.List<java.lang.String> |
getVpcEndpointIds()
One or more endpoint IDs.
|
int |
hashCode() |
void |
setVpcEndpointIds(java.util.Collection<java.lang.String> vpcEndpointIds)
One or more endpoint IDs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteVpcEndpointsRequest |
withVpcEndpointIds(java.util.Collection<java.lang.String> vpcEndpointIds)
One or more endpoint IDs.
|
DeleteVpcEndpointsRequest |
withVpcEndpointIds(java.lang.String... vpcEndpointIds)
One or more endpoint IDs.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getVpcEndpointIds()
public void setVpcEndpointIds(java.util.Collection<java.lang.String> vpcEndpointIds)
vpcEndpointIds
- One or more endpoint IDs.public DeleteVpcEndpointsRequest withVpcEndpointIds(java.lang.String... vpcEndpointIds)
Returns a reference to this object so that method calls can be chained together.
vpcEndpointIds
- One or more endpoint IDs.public DeleteVpcEndpointsRequest withVpcEndpointIds(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.