7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
19namespace IoTManagedIntegrations
45 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
56 inline void SetDaysBeforeRenewal(
int value) { m_daysBeforeRenewalHasBeenSet =
true; m_daysBeforeRenewal = value; }
61 bool m_enabled{
false};
62 bool m_enabledHasBeenSet =
false;
64 int m_daysBeforeRenewal{0};
65 bool m_daysBeforeRenewalHasBeenSet =
false;
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool DaysBeforeRenewalHasBeenSet() const
int GetDaysBeforeRenewal() const
bool EnabledHasBeenSet() const
void SetDaysBeforeRenewal(int value)
ProactiveRefreshTokenRenewal & WithDaysBeforeRenewal(int value)
void SetEnabled(bool value)
AWS_IOTMANAGEDINTEGRATIONS_API ProactiveRefreshTokenRenewal(Aws::Utils::Json::JsonView jsonValue)
ProactiveRefreshTokenRenewal & WithEnabled(bool value)
AWS_IOTMANAGEDINTEGRATIONS_API ProactiveRefreshTokenRenewal()=default
AWS_IOTMANAGEDINTEGRATIONS_API ProactiveRefreshTokenRenewal & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue