7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ElasticLoadBalancingv2
39 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
57 template<
typename ValuesT = Aws::Vector<Aws::String>>
58 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
59 template<
typename ValuesT = Aws::Vector<Aws::String>>
61 template<
typename ValuesT = Aws::String>
67 bool m_valuesHasBeenSet =
false;
PathPatternConditionConfig & WithValues(ValuesT &&value)
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
bool ValuesHasBeenSet() 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