@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptVpcPeeringConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AcceptVpcPeeringConnectionRequest>
NOOP| Constructor and Description |
|---|
AcceptVpcPeeringConnectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
AcceptVpcPeeringConnectionRequest |
clone() |
boolean |
equals(Object obj) |
Request<AcceptVpcPeeringConnectionRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVpcPeeringConnectionId()
The ID of the VPC peering connection.
|
int |
hashCode() |
void |
setVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AcceptVpcPeeringConnectionRequest |
withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
addHandlerContext, copyBaseTo, 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 void setVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection. You must specify this parameter in the request.
vpcPeeringConnectionId - The ID of the VPC peering connection. You must specify this parameter in the request.public String getVpcPeeringConnectionId()
The ID of the VPC peering connection. You must specify this parameter in the request.
public AcceptVpcPeeringConnectionRequest withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection. You must specify this parameter in the request.
vpcPeeringConnectionId - The ID of the VPC peering connection. You must specify this parameter in the request.public Request<AcceptVpcPeeringConnectionRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<AcceptVpcPeeringConnectionRequest>public String toString()
toString in class ObjectObject.toString()public AcceptVpcPeeringConnectionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.