7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename NameT = Aws::String>
49 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
61 template<
typename LastUpdateTimestampT = Aws::Utils::DateTime>
63 template<
typename LastUpdateTimestampT = Aws::Utils::DateTime>
69 bool m_nameHasBeenSet =
false;
72 bool m_lastUpdateTimestampHasBeenSet =
false;
void SetLastUpdateTimestamp(LastUpdateTimestampT &&value)
bool NameHasBeenSet() const
AWS_WAFV2_API ManagedRuleGroupVersion()=default
ManagedRuleGroupVersion & WithName(NameT &&value)
const Aws::Utils::DateTime & GetLastUpdateTimestamp() const
bool LastUpdateTimestampHasBeenSet() const
void SetName(NameT &&value)
AWS_WAFV2_API ManagedRuleGroupVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_WAFV2_API ManagedRuleGroupVersion(Aws::Utils::Json::JsonView jsonValue)
ManagedRuleGroupVersion & WithLastUpdateTimestamp(LastUpdateTimestampT &&value)
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