Class GetStageRequest

    • Constructor Detail

      • GetStageRequest

        public GetStageRequest()
    • Method Detail

      • setRestApiId

        public void setRestApiId​(String restApiId)

        The identifier of the RestApi resource for the Stage resource to get information about.

        Parameters:
        restApiId - The identifier of the RestApi resource for the Stage resource to get information about.
      • getRestApiId

        public String getRestApiId()

        The identifier of the RestApi resource for the Stage resource to get information about.

        Returns:
        The identifier of the RestApi resource for the Stage resource to get information about.
      • withRestApiId

        public GetStageRequest withRestApiId​(String restApiId)

        The identifier of the RestApi resource for the Stage resource to get information about.

        Parameters:
        restApiId - The identifier of the RestApi resource for the Stage resource to get information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStageName

        public void setStageName​(String stageName)

        The name of the Stage resource to get information about.

        Parameters:
        stageName - The name of the Stage resource to get information about.
      • getStageName

        public String getStageName()

        The name of the Stage resource to get information about.

        Returns:
        The name of the Stage resource to get information about.
      • withStageName

        public GetStageRequest withStageName​(String stageName)

        The name of the Stage resource to get information about.

        Parameters:
        stageName - The name of the Stage resource to get information about.
        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