Class ModifyVpcPeeringConnectionOptionsRequest

    • Constructor Detail

      • ModifyVpcPeeringConnectionOptionsRequest

        public ModifyVpcPeeringConnectionOptionsRequest()
    • Method Detail

      • setVpcPeeringConnectionId

        public void setVpcPeeringConnectionId​(String vpcPeeringConnectionId)

        The ID of the VPC peering connection.

        Parameters:
        vpcPeeringConnectionId - The ID of the VPC peering connection.
      • getVpcPeeringConnectionId

        public String getVpcPeeringConnectionId()

        The ID of the VPC peering connection.

        Returns:
        The ID of the VPC peering connection.
      • withVpcPeeringConnectionId

        public ModifyVpcPeeringConnectionOptionsRequest withVpcPeeringConnectionId​(String vpcPeeringConnectionId)

        The ID of the VPC peering connection.

        Parameters:
        vpcPeeringConnectionId - The ID of the VPC peering connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRequesterPeeringConnectionOptions

        public void setRequesterPeeringConnectionOptions​(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)

        The VPC peering connection options for the requester VPC.

        Parameters:
        requesterPeeringConnectionOptions - The VPC peering connection options for the requester VPC.
      • getRequesterPeeringConnectionOptions

        public PeeringConnectionOptionsRequest getRequesterPeeringConnectionOptions()

        The VPC peering connection options for the requester VPC.

        Returns:
        The VPC peering connection options for the requester VPC.
      • withRequesterPeeringConnectionOptions

        public ModifyVpcPeeringConnectionOptionsRequest withRequesterPeeringConnectionOptions​(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)

        The VPC peering connection options for the requester VPC.

        Parameters:
        requesterPeeringConnectionOptions - 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​(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)

        The VPC peering connection options for the accepter VPC.

        Parameters:
        accepterPeeringConnectionOptions - The VPC peering connection options for the accepter VPC.
      • getAccepterPeeringConnectionOptions

        public PeeringConnectionOptionsRequest getAccepterPeeringConnectionOptions()

        The VPC peering connection options for the accepter VPC.

        Returns:
        The VPC peering connection options for the accepter VPC.
      • withAccepterPeeringConnectionOptions

        public ModifyVpcPeeringConnectionOptionsRequest withAccepterPeeringConnectionOptions​(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)

        The VPC peering connection options for the accepter VPC.

        Parameters:
        accepterPeeringConnectionOptions - 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