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 {
35 const char* locationValue)
const;
52 template <
typename ValuesT = Aws::Vector<Aws::String>>
54 m_valuesHasBeenSet =
true;
55 m_values = std::forward<ValuesT>(value);
57 template <
typename ValuesT = Aws::Vector<Aws::String>>
62 template <
typename ValuesT = Aws::String>
64 m_valuesHasBeenSet =
true;
65 m_values.emplace_back(std::forward<ValuesT>(value));
77 template <
typename RegexValuesT = Aws::Vector<Aws::String>>
79 m_regexValuesHasBeenSet =
true;
80 m_regexValues = std::forward<RegexValuesT>(value);
82 template <
typename RegexValuesT = Aws::Vector<Aws::String>>
87 template <
typename RegexValuesT = Aws::String>
89 m_regexValuesHasBeenSet =
true;
90 m_regexValues.emplace_back(std::forward<RegexValuesT>(value));
98 bool m_valuesHasBeenSet =
false;
99 bool m_regexValuesHasBeenSet =
false;
PathPatternConditionConfig & WithValues(ValuesT &&value)
const Aws::Vector< Aws::String > & GetRegexValues() const
const Aws::Vector< Aws::String > & GetValues() const
AWS_ELASTICLOADBALANCINGV2_API PathPatternConditionConfig()=default
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICLOADBALANCINGV2_API PathPatternConditionConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
PathPatternConditionConfig & AddValues(ValuesT &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
PathPatternConditionConfig & WithRegexValues(RegexValuesT &&value)
PathPatternConditionConfig & AddRegexValues(RegexValuesT &&value)
bool ValuesHasBeenSet() const
void SetRegexValues(RegexValuesT &&value)
bool RegexValuesHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API PathPatternConditionConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetValues(ValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream