Class StageKey

    • Constructor Detail

      • StageKey

        public StageKey()
    • Method Detail

      • setRestApiId

        public void setRestApiId​(String restApiId)

        A list of Stage resources that are associated with the ApiKey resource.

        Parameters:
        restApiId - A list of Stage resources that are associated with the ApiKey resource.
      • getRestApiId

        public String getRestApiId()

        A list of Stage resources that are associated with the ApiKey resource.

        Returns:
        A list of Stage resources that are associated with the ApiKey resource.
      • withRestApiId

        public StageKey withRestApiId​(String restApiId)

        A list of Stage resources that are associated with the ApiKey resource.

        Parameters:
        restApiId - A list of Stage resources that are associated with the ApiKey resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStageName

        public void setStageName​(String stageName)

        The stage name in the RestApi that the stage key references.

        Parameters:
        stageName - The stage name in the RestApi that the stage key references.
      • getStageName

        public String getStageName()

        The stage name in the RestApi that the stage key references.

        Returns:
        The stage name in the RestApi that the stage key references.
      • withStageName

        public StageKey withStageName​(String stageName)

        The stage name in the RestApi that the stage key references.

        Parameters:
        stageName - The stage name in the RestApi that the stage key references.
        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