Class Http

java.lang.Object
software.amazon.awssdk.codegen.model.service.Http

public class Http extends Object
  • Constructor Details

    • Http

      public Http()
  • Method Details

    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • withMethod

      public Http withMethod(String method)
    • getRequestUri

      public String getRequestUri()
    • setRequestUri

      public void setRequestUri(String requestUri)
    • withRequestUri

      public Http withRequestUri(String requestUri)
    • getResponseCode

      public String getResponseCode()
    • setResponseCode

      public void setResponseCode(String responseCode)
    • withResponseCode

      public Http withResponseCode(String responseCode)