@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVpcPeeringConnectionOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyVpcPeeringConnectionOptionsRequest>
NOOP| Constructor and Description | 
|---|
| ModifyVpcPeeringConnectionOptionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyVpcPeeringConnectionOptionsRequest | clone() | 
| boolean | equals(Object obj) | 
| PeeringConnectionOptionsRequest | getAccepterPeeringConnectionOptions()
 The VPC peering connection options for the accepter VPC. | 
| Request<ModifyVpcPeeringConnectionOptionsRequest> | getDryRunRequest()This method is intended for internal use only. | 
| PeeringConnectionOptionsRequest | getRequesterPeeringConnectionOptions()
 The VPC peering connection options for the requester VPC. | 
| String | getVpcPeeringConnectionId()
 The ID of the VPC peering connection. | 
| int | hashCode() | 
| void | setAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
 The VPC peering connection options for the accepter VPC. | 
| void | setRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
 The VPC peering connection options for the requester VPC. | 
| 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. | 
| ModifyVpcPeeringConnectionOptionsRequest | withAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
 The VPC peering connection options for the accepter VPC. | 
| ModifyVpcPeeringConnectionOptionsRequest | withRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
 The VPC peering connection options for the requester VPC. | 
| ModifyVpcPeeringConnectionOptionsRequest | 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 ModifyVpcPeeringConnectionOptionsRequest()
public void setAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions - The VPC peering connection options for the accepter VPC.public PeeringConnectionOptionsRequest getAccepterPeeringConnectionOptions()
The VPC peering connection options for the accepter VPC.
public ModifyVpcPeeringConnectionOptionsRequest withAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions - The VPC peering connection options for the accepter VPC.public void setRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions - The VPC peering connection options for the requester VPC.public PeeringConnectionOptionsRequest getRequesterPeeringConnectionOptions()
The VPC peering connection options for the requester VPC.
public ModifyVpcPeeringConnectionOptionsRequest withRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions - The VPC peering connection options for the requester VPC.public void setVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
vpcPeeringConnectionId - The ID of the VPC peering connection.public String getVpcPeeringConnectionId()
The ID of the VPC peering connection.
public ModifyVpcPeeringConnectionOptionsRequest withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
vpcPeeringConnectionId - The ID of the VPC peering connection.public Request<ModifyVpcPeeringConnectionOptionsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifyVpcPeeringConnectionOptionsRequest>public String toString()
toString in class ObjectObject.toString()public ModifyVpcPeeringConnectionOptionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.