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 {
38 const char* locationValue)
const;
55 template <
typename ValuesT = Aws::Vector<Aws::String>>
57 m_valuesHasBeenSet =
true;
58 m_values = std::forward<ValuesT>(value);
60 template <
typename ValuesT = Aws::Vector<Aws::String>>
65 template <
typename ValuesT = Aws::String>
67 m_valuesHasBeenSet =
true;
68 m_values.emplace_back(std::forward<ValuesT>(value));
74 bool m_valuesHasBeenSet =
false;
SourceIpConditionConfig & AddValues(ValuesT &&value)
AWS_ELASTICLOADBALANCINGV2_API SourceIpConditionConfig()=default
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICLOADBALANCINGV2_API SourceIpConditionConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
SourceIpConditionConfig & WithValues(ValuesT &&value)
bool ValuesHasBeenSet() const
const Aws::Vector< Aws::String > & GetValues() const
void SetValues(ValuesT &&value)
AWS_ELASTICLOADBALANCINGV2_API SourceIpConditionConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream