Package com.amazonaws.services.ec2.model
Class ModifyVpcPeeringConnectionOptionsResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.ModifyVpcPeeringConnectionOptionsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ModifyVpcPeeringConnectionOptionsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyVpcPeeringConnectionOptionsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifyVpcPeeringConnectionOptionsResultclone()booleanequals(Object obj)PeeringConnectionOptionsgetAccepterPeeringConnectionOptions()Information about the VPC peering connection options for the accepter VPC.PeeringConnectionOptionsgetRequesterPeeringConnectionOptions()Information about the VPC peering connection options for the requester VPC.inthashCode()voidsetAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)Information about the VPC peering connection options for the accepter VPC.voidsetRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)Information about the VPC peering connection options for the requester VPC.StringtoString()Returns a string representation of this object; useful for testing and debugging.ModifyVpcPeeringConnectionOptionsResultwithAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)Information about the VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsResultwithRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)Information about the VPC peering connection options for the requester VPC.
-
-
-
Method Detail
-
setRequesterPeeringConnectionOptions
public void setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
- Parameters:
requesterPeeringConnectionOptions- Information about the VPC peering connection options for the requester VPC.
-
getRequesterPeeringConnectionOptions
public PeeringConnectionOptions getRequesterPeeringConnectionOptions()
Information about the VPC peering connection options for the requester VPC.
- Returns:
- Information about the VPC peering connection options for the requester VPC.
-
withRequesterPeeringConnectionOptions
public ModifyVpcPeeringConnectionOptionsResult withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
- Parameters:
requesterPeeringConnectionOptions- Information about the VPC peering connection options for the requester VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAccepterPeeringConnectionOptions
public void setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
- Parameters:
accepterPeeringConnectionOptions- Information about the VPC peering connection options for the accepter VPC.
-
getAccepterPeeringConnectionOptions
public PeeringConnectionOptions getAccepterPeeringConnectionOptions()
Information about the VPC peering connection options for the accepter VPC.
- Returns:
- Information about the VPC peering connection options for the accepter VPC.
-
withAccepterPeeringConnectionOptions
public ModifyVpcPeeringConnectionOptionsResult withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
- Parameters:
accepterPeeringConnectionOptions- Information about the VPC peering connection options for the accepter VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyVpcPeeringConnectionOptionsResult clone()
-
-