7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename HeaderT = Aws::String>
45 void SetHeader(HeaderT&& value) { m_headerHasBeenSet =
true; m_header = std::forward<HeaderT>(value); }
46 template<
typename HeaderT = Aws::String>
54 template<
typename ValueGlobT = Aws::String>
55 void SetValueGlob(ValueGlobT&& value) { m_valueGlobHasBeenSet =
true; m_valueGlob = std::forward<ValueGlobT>(value); }
56 template<
typename ValueGlobT = Aws::String>
62 bool m_headerHasBeenSet =
false;
65 bool m_valueGlobHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue