Class DeleteDeploymentRequest

    • Constructor Detail

      • DeleteDeploymentRequest

        public DeleteDeploymentRequest()
    • Method Detail

      • setRestApiId

        public void setRestApiId​(String restApiId)

        The identifier of the RestApi resource for the Deployment resource to delete.

        Parameters:
        restApiId - The identifier of the RestApi resource for the Deployment resource to delete.
      • getRestApiId

        public String getRestApiId()

        The identifier of the RestApi resource for the Deployment resource to delete.

        Returns:
        The identifier of the RestApi resource for the Deployment resource to delete.
      • withRestApiId

        public DeleteDeploymentRequest withRestApiId​(String restApiId)

        The identifier of the RestApi resource for the Deployment resource to delete.

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

        public void setDeploymentId​(String deploymentId)

        The identifier of the Deployment resource to delete.

        Parameters:
        deploymentId - The identifier of the Deployment resource to delete.
      • getDeploymentId

        public String getDeploymentId()

        The identifier of the Deployment resource to delete.

        Returns:
        The identifier of the Deployment resource to delete.
      • withDeploymentId

        public DeleteDeploymentRequest withDeploymentId​(String deploymentId)

        The identifier of the Deployment resource to delete.

        Parameters:
        deploymentId - The identifier of the Deployment resource to delete.
        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