Class ModifyVpcPeeringConnectionOptionsResult

    • Constructor Detail

      • ModifyVpcPeeringConnectionOptionsResult

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

        public int hashCode()
        Overrides:
        hashCode in class Object