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