Class CreateConnectionRequest

    • Constructor Detail

      • CreateConnectionRequest

        public CreateConnectionRequest()
    • Method Detail

      • setLocation

        public void setLocation​(String location)
        Parameters:
        location -
      • getLocation

        public String getLocation()
        Returns:
      • withLocation

        public CreateConnectionRequest withLocation​(String location)
        Parameters:
        location -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBandwidth

        public void setBandwidth​(String bandwidth)
        Parameters:
        bandwidth -
      • getBandwidth

        public String getBandwidth()
        Returns:
      • withBandwidth

        public CreateConnectionRequest withBandwidth​(String bandwidth)
        Parameters:
        bandwidth -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConnectionName

        public void setConnectionName​(String connectionName)
        Parameters:
        connectionName -
      • getConnectionName

        public String getConnectionName()
        Returns:
      • withConnectionName

        public CreateConnectionRequest withConnectionName​(String connectionName)
        Parameters:
        connectionName -
        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