Class DeleteResourceRequest

    • Constructor Detail

      • DeleteResourceRequest

        public DeleteResourceRequest()
    • Method Detail

      • setRestApiId

        public void setRestApiId​(String restApiId)

        The RestApi identifier for the Resource resource.

        Parameters:
        restApiId - The RestApi identifier for the Resource resource.
      • withRestApiId

        public DeleteResourceRequest withRestApiId​(String restApiId)

        The RestApi identifier for the Resource resource.

        Parameters:
        restApiId - The RestApi identifier for the Resource resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceId

        public void setResourceId​(String resourceId)

        The identifier of the Resource resource.

        Parameters:
        resourceId - The identifier of the Resource resource.
      • getResourceId

        public String getResourceId()

        The identifier of the Resource resource.

        Returns:
        The identifier of the Resource resource.
      • withResourceId

        public DeleteResourceRequest withResourceId​(String resourceId)

        The identifier of the Resource resource.

        Parameters:
        resourceId - The identifier of the Resource resource.
        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