@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcEndpointServiceConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVpcEndpointServiceConfigurationsRequest>
NOOP
Constructor and Description |
---|
DeleteVpcEndpointServiceConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointServiceConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteVpcEndpointServiceConfigurationsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getServiceIds()
The IDs of the services.
|
int |
hashCode() |
void |
setServiceIds(Collection<String> serviceIds)
The IDs of the services.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpcEndpointServiceConfigurationsRequest |
withServiceIds(Collection<String> serviceIds)
The IDs of the services.
|
DeleteVpcEndpointServiceConfigurationsRequest |
withServiceIds(String... serviceIds)
The IDs of the services.
|
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, withSdkRequestTimeout
public DeleteVpcEndpointServiceConfigurationsRequest()
public List<String> getServiceIds()
The IDs of the services.
public void setServiceIds(Collection<String> serviceIds)
The IDs of the services.
serviceIds
- The IDs of the services.public DeleteVpcEndpointServiceConfigurationsRequest withServiceIds(String... serviceIds)
The IDs of the services.
NOTE: This method appends the values to the existing list (if any). Use
setServiceIds(java.util.Collection)
or withServiceIds(java.util.Collection)
if you want to
override the existing values.
serviceIds
- The IDs of the services.public DeleteVpcEndpointServiceConfigurationsRequest withServiceIds(Collection<String> serviceIds)
The IDs of the services.
serviceIds
- The IDs of the services.public Request<DeleteVpcEndpointServiceConfigurationsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteVpcEndpointServiceConfigurationsRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteVpcEndpointServiceConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()