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