java.lang.Object
org.apache.nifi.processors.aws.wag.client.GenericApiGatewayResponse
public class GenericApiGatewayResponse
extends Object
-
Field Summary
Fields
private final com.amazonaws.http.HttpResponse
-
Constructor Summary
Constructors
-
Method Summary
com.amazonaws.http.HttpResponse
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
httpResponse
private final com.amazonaws.http.HttpResponse httpResponse
-
-
Constructor Details
-
GenericApiGatewayResponse
public GenericApiGatewayResponse(com.amazonaws.http.HttpResponse httpResponse)
throws IOException
- Throws:
IOException
-
Method Details
-
getHttpResponse
public com.amazonaws.http.HttpResponse getHttpResponse()
-