7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
65 template<
typename IdT = Aws::String>
66 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
67 template<
typename IdT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
96 template<
typename LockTokenT = Aws::String>
97 void SetLockToken(LockTokenT&& value) { m_lockTokenHasBeenSet =
true; m_lockToken = std::forward<LockTokenT>(value); }
98 template<
typename LockTokenT = Aws::String>
108 template<
typename ARNT = Aws::String>
109 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
110 template<
typename ARNT = Aws::String>
116 bool m_nameHasBeenSet =
false;
119 bool m_idHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_lockTokenHasBeenSet =
false;
128 bool m_aRNHasBeenSet =
false;
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetId() const
AWS_WAFV2_API IPSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IPSetSummary & WithId(IdT &&value)
IPSetSummary & WithLockToken(LockTokenT &&value)
const Aws::String & GetLockToken() const
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
bool ARNHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLockToken(LockTokenT &&value)
const Aws::String & GetARN() const
AWS_WAFV2_API IPSetSummary(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
IPSetSummary & WithName(NameT &&value)
IPSetSummary & WithARN(ARNT &&value)
IPSetSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool IdHasBeenSet() const
bool LockTokenHasBeenSet() const
AWS_WAFV2_API IPSetSummary()=default
void SetARN(ARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue