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
43 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
70 bool m_valuesHasBeenSet =
false;
void SetValues(const Aws::Vector< Aws::String > &value)
AWS_ELASTICLOADBALANCINGV2_API HttpRequestMethodConditionConfig()
void SetValues(Aws::Vector< Aws::String > &&value)
HttpRequestMethodConditionConfig & AddValues(Aws::String &&value)
HttpRequestMethodConditionConfig & WithValues(Aws::Vector< Aws::String > &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICLOADBALANCINGV2_API HttpRequestMethodConditionConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
HttpRequestMethodConditionConfig & AddValues(const Aws::String &value)
HttpRequestMethodConditionConfig & AddValues(const char *value)
HttpRequestMethodConditionConfig & WithValues(const Aws::Vector< Aws::String > &value)
bool ValuesHasBeenSet() const
const Aws::Vector< Aws::String > & GetValues() const
AWS_ELASTICLOADBALANCINGV2_API HttpRequestMethodConditionConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
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