7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename ValuesT = Aws::Vector<Aws::String>>
62 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
63 template<
typename ValuesT = Aws::Vector<Aws::String>>
65 template<
typename ValuesT = Aws::String>
71 bool m_nameHasBeenSet =
false;
74 bool m_valuesHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_WAFV2_API ApplicationAttribute(Aws::Utils::Json::JsonView jsonValue)
bool ValuesHasBeenSet() const
ApplicationAttribute & WithValues(ValuesT &&value)
ApplicationAttribute & AddValues(ValuesT &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API ApplicationAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationAttribute & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::Vector< Aws::String > & GetValues() const
void SetValues(ValuesT &&value)
AWS_WAFV2_API ApplicationAttribute()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue