Class GenericApiGatewayRequest
java.lang.Object
org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InputStreamprivate final com.amazonaws.http.HttpMethodNameprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionGenericApiGatewayRequest(com.amazonaws.http.HttpMethodName httpMethod, String resourcePath, InputStream body, Map<String, String> headers, Map<String, List<String>> parameters) -
Method Summary
-
Field Details
-
httpMethod
private final com.amazonaws.http.HttpMethodName httpMethod -
resourcePath
-
body
-
headers
-
parameters
-
-
Constructor Details
-
GenericApiGatewayRequest
-
-
Method Details
-
getHttpMethod
public com.amazonaws.http.HttpMethodName getHttpMethod() -
getResourcePath
-
getBody
-
getHeaders
-
getParameters
-