public class ModifyVpcPeeringConnectionOptionsResult extends Object implements Serializable
| Constructor and Description | 
|---|
| ModifyVpcPeeringConnectionOptionsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| PeeringConnectionOptions | getAccepterPeeringConnectionOptions()Information about the VPC peering connection options for the accepter
 VPC. | 
| PeeringConnectionOptions | getRequesterPeeringConnectionOptions()Information about the VPC peering connection options for the requester
 VPC. | 
| int | hashCode() | 
| void | setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)Information about the VPC peering connection options for the accepter
 VPC. | 
| void | setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)Information about the VPC peering connection options for the requester
 VPC. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ModifyVpcPeeringConnectionOptionsResult | withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)Information about the VPC peering connection options for the accepter
 VPC. | 
| ModifyVpcPeeringConnectionOptionsResult | withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)Information about the VPC peering connection options for the requester
 VPC. | 
public ModifyVpcPeeringConnectionOptionsResult()
public PeeringConnectionOptions getRequesterPeeringConnectionOptions()
public void setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
requesterPeeringConnectionOptions - Information about the VPC peering connection options for the requester
         VPC.public ModifyVpcPeeringConnectionOptionsResult withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Returns a reference to this object so that method calls can be chained together.
requesterPeeringConnectionOptions - Information about the VPC peering connection options for the requester
         VPC.public PeeringConnectionOptions getAccepterPeeringConnectionOptions()
public void setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
accepterPeeringConnectionOptions - Information about the VPC peering connection options for the accepter
         VPC.public ModifyVpcPeeringConnectionOptionsResult withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Returns a reference to this object so that method calls can be chained together.
accepterPeeringConnectionOptions - Information about the VPC peering connection options for the accepter
         VPC.public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.