7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename ByteMatchSetIdT = Aws::String>
62 void SetByteMatchSetId(ByteMatchSetIdT&& value) { m_byteMatchSetIdHasBeenSet =
true; m_byteMatchSetId = std::forward<ByteMatchSetIdT>(value); }
63 template<
typename ByteMatchSetIdT = Aws::String>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
82 bool m_byteMatchSetIdHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::String & GetByteMatchSetId() const
const Aws::String & GetName() const
void SetName(NameT &&value)
ByteMatchSetSummary & WithName(NameT &&value)
AWS_WAFREGIONAL_API ByteMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
ByteMatchSetSummary & WithByteMatchSetId(ByteMatchSetIdT &&value)
AWS_WAFREGIONAL_API ByteMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ByteMatchSetIdHasBeenSet() const
void SetByteMatchSetId(ByteMatchSetIdT &&value)
AWS_WAFREGIONAL_API ByteMatchSetSummary()=default
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue