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:
  • Constructor Details

    • ModifyVpcPeeringConnectionOptionsResult

      public ModifyVpcPeeringConnectionOptionsResult()
  • Method Details

    • 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:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object