7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
20namespace ElasticLoadBalancingv2 {
37 const char* locationValue)
const;
51 template <
typename HttpHeaderNameT = Aws::String>
53 m_httpHeaderNameHasBeenSet =
true;
54 m_httpHeaderName = std::forward<HttpHeaderNameT>(value);
56 template <
typename HttpHeaderNameT = Aws::String>
76 template <
typename ValuesT = Aws::Vector<Aws::String>>
78 m_valuesHasBeenSet =
true;
79 m_values = std::forward<ValuesT>(value);
81 template <
typename ValuesT = Aws::Vector<Aws::String>>
86 template <
typename ValuesT = Aws::String>
88 m_valuesHasBeenSet =
true;
89 m_values.emplace_back(std::forward<ValuesT>(value));
101 template <
typename RegexValuesT = Aws::Vector<Aws::String>>
103 m_regexValuesHasBeenSet =
true;
104 m_regexValues = std::forward<RegexValuesT>(value);
106 template <
typename RegexValuesT = Aws::Vector<Aws::String>>
111 template <
typename RegexValuesT = Aws::String>
113 m_regexValuesHasBeenSet =
true;
114 m_regexValues.emplace_back(std::forward<RegexValuesT>(value));
124 bool m_httpHeaderNameHasBeenSet =
false;
125 bool m_valuesHasBeenSet =
false;
126 bool m_regexValuesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream