@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
AcceptVpcPeeringConnectionRequest |
withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
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 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()