Class APIGatewayProxyResponse

  • All Implemented Interfaces:
    java.io.Serializable

    public class APIGatewayProxyResponse
    extends java.lang.Object
    implements java.io.Serializable
    Class that represents an APIGatewayProxyResponseEvent object
    See Also:
    Serialized Form
    • Constructor Detail

      • APIGatewayProxyResponse

        public APIGatewayProxyResponse()
    • Method Detail

      • getHeaders

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getHeaders()
      • getMultiValueHeaders

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getMultiValueHeaders()
      • addHeader

        public APIGatewayProxyResponse addHeader​(@NotNull
                                                 @NotNull java.lang.String name,
                                                 @NotNull
                                                 @NotNull java.lang.String value)
      • addMultiHeader

        public APIGatewayProxyResponse addMultiHeader​(@NotNull
                                                      @NotNull java.lang.String name,
                                                      @NotNull
                                                      @NotNull java.util.List<java.lang.String> value)