7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename NameT = Aws::String>
51 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
64 template<
typename IdT = Aws::String>
65 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
66 template<
typename IdT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
78 template<
typename DescriptionT = Aws::String>
95 template<
typename LockTokenT = Aws::String>
96 void SetLockToken(
LockTokenT&& value) { m_lockTokenHasBeenSet =
true; m_lockToken = std::forward<LockTokenT>(value); }
97 template<
typename LockTokenT = Aws::String>
107 template<
typename ARNT = Aws::String>
108 void SetARN(
ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
109 template<
typename ARNT = Aws::String>
115 bool m_nameHasBeenSet =
false;
118 bool m_idHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_lockTokenHasBeenSet =
false;
127 bool m_aRNHasBeenSet =
false;
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLockToken() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
AWS_WAFV2_API WebACLSummary()=default
const Aws::String & GetARN() const
WebACLSummary & WithId(IdT &&value)
const Aws::String & GetName() const
void SetARN(ARNT &&value)
bool LockTokenHasBeenSet() const
void SetName(NameT &&value)
bool IdHasBeenSet() const
AWS_WAFV2_API WebACLSummary(Aws::Utils::Json::JsonView jsonValue)
WebACLSummary & WithARN(ARNT &&value)
WebACLSummary & WithName(NameT &&value)
WebACLSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
WebACLSummary & WithLockToken(LockTokenT &&value)
AWS_WAFV2_API WebACLSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLockToken(LockTokenT &&value)
const Aws::String & GetId() const
bool ARNHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue