Class DescribeConnectionsOnInterconnectRequest

    • Constructor Detail

      • DescribeConnectionsOnInterconnectRequest

        public DescribeConnectionsOnInterconnectRequest()
    • Method Detail

      • setInterconnectId

        public void setInterconnectId​(String interconnectId)

        ID of the interconnect on which a list of connection is provisioned.

        Example: dxcon-abc123

        Default: None

        Parameters:
        interconnectId - ID of the interconnect on which a list of connection is provisioned.

        Example: dxcon-abc123

        Default: None

      • getInterconnectId

        public String getInterconnectId()

        ID of the interconnect on which a list of connection is provisioned.

        Example: dxcon-abc123

        Default: None

        Returns:
        ID of the interconnect on which a list of connection is provisioned.

        Example: dxcon-abc123

        Default: None

      • withInterconnectId

        public DescribeConnectionsOnInterconnectRequest withInterconnectId​(String interconnectId)

        ID of the interconnect on which a list of connection is provisioned.

        Example: dxcon-abc123

        Default: None

        Parameters:
        interconnectId - ID of the interconnect on which a list of connection is provisioned.

        Example: dxcon-abc123

        Default: None

        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