@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVpcPeeringConnectionOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ModifyVpcPeeringConnectionOptionsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyVpcPeeringConnectionOptionsResult | clone() | 
| 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. | 
| 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. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ModifyVpcPeeringConnectionOptionsResult()
public void setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions - Information about the VPC peering connection options for the accepter VPC.public PeeringConnectionOptions getAccepterPeeringConnectionOptions()
Information about the VPC peering connection options for the accepter VPC.
public ModifyVpcPeeringConnectionOptionsResult withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions - Information about the VPC peering connection options for the accepter VPC.public void setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions - Information about the VPC peering connection options for the requester VPC.public PeeringConnectionOptions getRequesterPeeringConnectionOptions()
Information about the VPC peering connection options for the requester VPC.
public ModifyVpcPeeringConnectionOptionsResult withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions - Information about the VPC peering connection options for the requester VPC.public String toString()
toString in class ObjectObject.toString()public ModifyVpcPeeringConnectionOptionsResult clone()