@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVpcEndpointsRequest>
NOOP| Constructor and Description | 
|---|
DeleteVpcEndpointsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteVpcEndpointsRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
Request<DeleteVpcEndpointsRequest> | 
getDryRunRequest()
This method is intended for internal use only. 
 | 
List<String> | 
getVpcEndpointIds()
 The IDs of the VPC endpoints. 
 | 
int | 
hashCode()  | 
void | 
setVpcEndpointIds(Collection<String> vpcEndpointIds)
 The IDs of the VPC endpoints. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteVpcEndpointsRequest | 
withVpcEndpointIds(Collection<String> vpcEndpointIds)
 The IDs of the VPC endpoints. 
 | 
DeleteVpcEndpointsRequest | 
withVpcEndpointIds(String... vpcEndpointIds)
 The IDs of the VPC endpoints. 
 | 
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, withSdkRequestTimeoutpublic List<String> getVpcEndpointIds()
The IDs of the VPC endpoints.
public void setVpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of the VPC endpoints.
vpcEndpointIds - The IDs of the VPC endpoints.public DeleteVpcEndpointsRequest withVpcEndpointIds(String... vpcEndpointIds)
The IDs of the VPC endpoints.
 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 - The IDs of the VPC endpoints.public DeleteVpcEndpointsRequest withVpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of the VPC endpoints.
vpcEndpointIds - The IDs of the VPC endpoints.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()