Class GenericApiGatewayResponse

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

public class GenericApiGatewayResponse extends Object
  • Field Details

    • httpResponse

      private final com.amazonaws.http.HttpResponse httpResponse
    • body

      private final String body
  • Constructor Details

    • GenericApiGatewayResponse

      public GenericApiGatewayResponse(com.amazonaws.http.HttpResponse httpResponse) throws IOException
      Throws:
      IOException
  • Method Details

    • getHttpResponse

      public com.amazonaws.http.HttpResponse getHttpResponse()
    • getBody

      public String getBody()