Class GetModelRequest

    • Constructor Detail

      • GetModelRequest

        public GetModelRequest()
    • Method Detail

      • setRestApiId

        public void setRestApiId​(String restApiId)

        The RestApi identifier under which the Model exists.

        Parameters:
        restApiId - The RestApi identifier under which the Model exists.
      • getRestApiId

        public String getRestApiId()

        The RestApi identifier under which the Model exists.

        Returns:
        The RestApi identifier under which the Model exists.
      • withRestApiId

        public GetModelRequest withRestApiId​(String restApiId)

        The RestApi identifier under which the Model exists.

        Parameters:
        restApiId - The RestApi identifier under which the Model exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelName

        public void setModelName​(String modelName)

        The name of the model as an identifier.

        Parameters:
        modelName - The name of the model as an identifier.
      • getModelName

        public String getModelName()

        The name of the model as an identifier.

        Returns:
        The name of the model as an identifier.
      • withModelName

        public GetModelRequest withModelName​(String modelName)

        The name of the model as an identifier.

        Parameters:
        modelName - The name of the model as an identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFlatten

        public void setFlatten​(Boolean flatten)

        Resolves all external model references and returns a flattened model schema.

        Parameters:
        flatten - Resolves all external model references and returns a flattened model schema.
      • getFlatten

        public Boolean getFlatten()

        Resolves all external model references and returns a flattened model schema.

        Returns:
        Resolves all external model references and returns a flattened model schema.
      • withFlatten

        public GetModelRequest withFlatten​(Boolean flatten)

        Resolves all external model references and returns a flattened model schema.

        Parameters:
        flatten - Resolves all external model references and returns a flattened model schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isFlatten

        public Boolean isFlatten()

        Resolves all external model references and returns a flattened model schema.

        Returns:
        Resolves all external model references and returns a flattened model schema.
      • 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