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>
11#include <aws/elasticloadbalancingv2/model/JwtValidationActionAdditionalClaimFormatEnum.h>
21namespace ElasticLoadBalancingv2 {
37 const char* locationValue)
const;
47 m_formatHasBeenSet =
true;
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
83 template <
typename ValuesT = Aws::Vector<Aws::String>>
85 m_valuesHasBeenSet =
true;
86 m_values = std::forward<ValuesT>(value);
88 template <
typename ValuesT = Aws::Vector<Aws::String>>
93 template <
typename ValuesT = Aws::String>
95 m_valuesHasBeenSet =
true;
96 m_values.emplace_back(std::forward<ValuesT>(value));
106 bool m_formatHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
108 bool m_valuesHasBeenSet =
false;
const Aws::String & GetName() const
bool NameHasBeenSet() const
JwtValidationActionAdditionalClaim & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool FormatHasBeenSet() const
void SetFormat(JwtValidationActionAdditionalClaimFormatEnum value)
JwtValidationActionAdditionalClaim & AddValues(ValuesT &&value)
AWS_ELASTICLOADBALANCINGV2_API JwtValidationActionAdditionalClaim & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API JwtValidationActionAdditionalClaim(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Aws::String > & GetValues() const
bool ValuesHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
JwtValidationActionAdditionalClaim & WithValues(ValuesT &&value)
JwtValidationActionAdditionalClaimFormatEnum GetFormat() const
void SetValues(ValuesT &&value)
AWS_ELASTICLOADBALANCINGV2_API JwtValidationActionAdditionalClaim()=default
JwtValidationActionAdditionalClaim & WithFormat(JwtValidationActionAdditionalClaimFormatEnum value)
JwtValidationActionAdditionalClaimFormatEnum
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