Class ApiGatewayProxyResponse


  • public class ApiGatewayProxyResponse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String body  
      java.util.Map<java.lang.String,​java.lang.String> headers  
      int statusCode  
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiGatewayProxyResponse​(int statusCode, java.util.Map<java.lang.String,​java.lang.String> headers, java.lang.String body)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • statusCode

        public final int statusCode
      • headers

        public final java.util.Map<java.lang.String,​java.lang.String> headers
      • body

        public final java.lang.String body
    • Constructor Detail

      • ApiGatewayProxyResponse

        public ApiGatewayProxyResponse​(int statusCode,
                                       java.util.Map<java.lang.String,​java.lang.String> headers,
                                       java.lang.String body)