7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/model/ProtectionLimits.h>
9#include <aws/shield/model/ProtectionGroupLimits.h>
47 template<
typename ProtectionLimitsT = ProtectionLimits>
48 void SetProtectionLimits(ProtectionLimitsT&& value) { m_protectionLimitsHasBeenSet =
true; m_protectionLimits = std::forward<ProtectionLimitsT>(value); }
49 template<
typename ProtectionLimitsT = ProtectionLimits>
59 template<
typename ProtectionGroupLimitsT = ProtectionGroupLimits>
60 void SetProtectionGroupLimits(ProtectionGroupLimitsT&& value) { m_protectionGroupLimitsHasBeenSet =
true; m_protectionGroupLimits = std::forward<ProtectionGroupLimitsT>(value); }
61 template<
typename ProtectionGroupLimitsT = ProtectionGroupLimits>
67 bool m_protectionLimitsHasBeenSet =
false;
70 bool m_protectionGroupLimitsHasBeenSet =
false;
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
const ProtectionGroupLimits & GetProtectionGroupLimits() const
void SetProtectionGroupLimits(ProtectionGroupLimitsT &&value)
AWS_SHIELD_API SubscriptionLimits & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProtectionLimitsHasBeenSet() const
SubscriptionLimits & WithProtectionGroupLimits(ProtectionGroupLimitsT &&value)
SubscriptionLimits & WithProtectionLimits(ProtectionLimitsT &&value)
void SetProtectionLimits(ProtectionLimitsT &&value)
bool ProtectionGroupLimitsHasBeenSet() const
const ProtectionLimits & GetProtectionLimits() const
AWS_SHIELD_API SubscriptionLimits(Aws::Utils::Json::JsonView jsonValue)
AWS_SHIELD_API SubscriptionLimits()=default
Aws::Utils::Json::JsonValue JsonValue