7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/model/HeaderMatchType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetCaseSensitive(
bool value) { m_caseSensitiveHasBeenSet =
true; m_caseSensitive = value; }
59 template<
typename MatchT = HeaderMatchType>
60 void SetMatch(MatchT&& value) { m_matchHasBeenSet =
true; m_match = std::forward<MatchT>(value); }
61 template<
typename MatchT = HeaderMatchType>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
78 bool m_caseSensitive{
false};
79 bool m_caseSensitiveHasBeenSet =
false;
81 HeaderMatchType m_match;
82 bool m_matchHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue