/**
  * The HTTP verb of the <a>Method</a> resource.
  *
  * @param httpMethod The HTTP verb of the <a>Method</a> resource.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public DeleteMethodRequest withHttpMethod(String httpMethod) {
   setHttpMethod(httpMethod);
   return this;
 }