7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wafv2/model/ApplicationAttribute.h>
48 template<
typename AttributesT = Aws::Vector<ApplicationAttribute>>
49 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
50 template<
typename AttributesT = Aws::Vector<ApplicationAttribute>>
52 template<
typename AttributesT = ApplicationAttribute>
53 ApplicationConfig&
AddAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes.emplace_back(std::forward<AttributesT>(value));
return *
this; }
58 bool m_attributesHasBeenSet =
false;
bool AttributesHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAttributes(AttributesT &&value)
const Aws::Vector< ApplicationAttribute > & GetAttributes() const
AWS_WAFV2_API ApplicationConfig()=default
AWS_WAFV2_API ApplicationConfig(Aws::Utils::Json::JsonView jsonValue)
ApplicationConfig & AddAttributes(AttributesT &&value)
ApplicationConfig & WithAttributes(AttributesT &&value)
AWS_WAFV2_API ApplicationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue