7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
57 inline void SetAssociatedRuleGroupArn(
const char* value) { m_associatedRuleGroupArnHasBeenSet =
true; m_associatedRuleGroupArn.assign(value); }
70 inline void SetForecastedLifetime(
int value) { m_forecastedLifetimeHasBeenSet =
true; m_forecastedLifetime = value; }
76 bool m_associatedRuleGroupArnHasBeenSet =
false;
78 int m_forecastedLifetime;
79 bool m_forecastedLifetimeHasBeenSet =
false;
const Aws::String & GetAssociatedRuleGroupArn() const
void SetForecastedLifetime(int value)
void SetAssociatedRuleGroupArn(Aws::String &&value)
bool ForecastedLifetimeHasBeenSet() const
AWS_WAFV2_API VersionToPublish(Aws::Utils::Json::JsonView jsonValue)
VersionToPublish & WithAssociatedRuleGroupArn(Aws::String &&value)
VersionToPublish & WithAssociatedRuleGroupArn(const char *value)
VersionToPublish & WithForecastedLifetime(int value)
VersionToPublish & WithAssociatedRuleGroupArn(const Aws::String &value)
AWS_WAFV2_API VersionToPublish()
void SetAssociatedRuleGroupArn(const Aws::String &value)
AWS_WAFV2_API VersionToPublish & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetForecastedLifetime() const
void SetAssociatedRuleGroupArn(const char *value)
bool AssociatedRuleGroupArnHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue