Class GenericApiGatewayRequest

java.lang.Object
org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest

public class GenericApiGatewayRequest extends Object
  • Field Details

    • httpMethod

      private final com.amazonaws.http.HttpMethodName httpMethod
    • resourcePath

      private final String resourcePath
    • body

      private final InputStream body
    • headers

      private final Map<String,String> headers
    • parameters

      private final Map<String,List<String>> parameters
  • Constructor Details

  • Method Details

    • getHttpMethod

      public com.amazonaws.http.HttpMethodName getHttpMethod()
    • getResourcePath

      public String getResourcePath()
    • getBody

      public InputStream getBody()
    • getHeaders

      public Map<String,String> getHeaders()
    • getParameters

      public Map<String,List<String>> getParameters()