public class DeleteVpcEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVpcEndpointsRequest>
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, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getVpcEndpointIds()
One or more endpoint IDs.
public void setVpcEndpointIds(Collection<String> vpcEndpointIds)
One or more endpoint IDs.
vpcEndpointIds - One or more endpoint IDs.public DeleteVpcEndpointsRequest withVpcEndpointIds(String... vpcEndpointIds)
One or more endpoint IDs.
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.
vpcEndpointIds - One or more endpoint IDs.public DeleteVpcEndpointsRequest withVpcEndpointIds(Collection<String> vpcEndpointIds)
One or more endpoint IDs.
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()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.