Class VpcPeeringConnectionOptionsDescription

    • Constructor Detail

      • VpcPeeringConnectionOptionsDescription

        public VpcPeeringConnectionOptionsDescription()
    • Method Detail

      • setAllowEgressFromLocalClassicLinkToRemoteVpc

        public void setAllowEgressFromLocalClassicLinkToRemoteVpc​(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)

        Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

        Parameters:
        allowEgressFromLocalClassicLinkToRemoteVpc - Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
      • getAllowEgressFromLocalClassicLinkToRemoteVpc

        public Boolean getAllowEgressFromLocalClassicLinkToRemoteVpc()

        Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

        Returns:
        Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
      • withAllowEgressFromLocalClassicLinkToRemoteVpc

        public VpcPeeringConnectionOptionsDescription withAllowEgressFromLocalClassicLinkToRemoteVpc​(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)

        Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

        Parameters:
        allowEgressFromLocalClassicLinkToRemoteVpc - Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAllowEgressFromLocalClassicLinkToRemoteVpc

        public Boolean isAllowEgressFromLocalClassicLinkToRemoteVpc()

        Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

        Returns:
        Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
      • setAllowEgressFromLocalVpcToRemoteClassicLink

        public void setAllowEgressFromLocalVpcToRemoteClassicLink​(Boolean allowEgressFromLocalVpcToRemoteClassicLink)

        Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

        Parameters:
        allowEgressFromLocalVpcToRemoteClassicLink - Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
      • getAllowEgressFromLocalVpcToRemoteClassicLink

        public Boolean getAllowEgressFromLocalVpcToRemoteClassicLink()

        Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

        Returns:
        Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
      • withAllowEgressFromLocalVpcToRemoteClassicLink

        public VpcPeeringConnectionOptionsDescription withAllowEgressFromLocalVpcToRemoteClassicLink​(Boolean allowEgressFromLocalVpcToRemoteClassicLink)

        Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

        Parameters:
        allowEgressFromLocalVpcToRemoteClassicLink - Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAllowEgressFromLocalVpcToRemoteClassicLink

        public Boolean isAllowEgressFromLocalVpcToRemoteClassicLink()

        Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

        Returns:
        Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
      • 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