7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/sms/model/LicenseType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetFrequency(
int value) { m_frequencyHasBeenSet =
true; m_frequency = value; }
71 inline void SetRunOnce(
bool value) { m_runOnceHasBeenSet =
true; m_runOnce = value; }
104 inline void SetEncrypted(
bool value) { m_encryptedHasBeenSet =
true; m_encrypted = value; }
121 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
129 bool m_seedTimeHasBeenSet =
false;
132 bool m_frequencyHasBeenSet =
false;
135 bool m_runOnceHasBeenSet =
false;
138 bool m_licenseTypeHasBeenSet =
false;
140 int m_numberOfRecentAmisToKeep;
141 bool m_numberOfRecentAmisToKeepHasBeenSet =
false;
144 bool m_encryptedHasBeenSet =
false;
147 bool m_kmsKeyIdHasBeenSet =
false;
const Aws::String & GetKmsKeyId() const
void SetSeedTime(const Aws::Utils::DateTime &value)
bool RunOnceHasBeenSet() const
void SetRunOnce(bool value)
const LicenseType & GetLicenseType() const
ServerReplicationParameters & WithSeedTime(Aws::Utils::DateTime &&value)
AWS_SMS_API ServerReplicationParameters()
void SetFrequency(int value)
void SetKmsKeyId(const char *value)
ServerReplicationParameters & WithEncrypted(bool value)
AWS_SMS_API ServerReplicationParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLicenseType(LicenseType &&value)
AWS_SMS_API ServerReplicationParameters(Aws::Utils::Json::JsonView jsonValue)
void SetNumberOfRecentAmisToKeep(int value)
ServerReplicationParameters & WithFrequency(int value)
void SetLicenseType(const LicenseType &value)
int GetNumberOfRecentAmisToKeep() const
AWS_SMS_API Aws::Utils::Json::JsonValue Jsonize() const
ServerReplicationParameters & WithLicenseType(LicenseType &&value)
bool KmsKeyIdHasBeenSet() const
bool EncryptedHasBeenSet() const
ServerReplicationParameters & WithKmsKeyId(const char *value)
bool LicenseTypeHasBeenSet() const
ServerReplicationParameters & WithKmsKeyId(Aws::String &&value)
ServerReplicationParameters & WithLicenseType(const LicenseType &value)
bool SeedTimeHasBeenSet() const
ServerReplicationParameters & WithSeedTime(const Aws::Utils::DateTime &value)
bool NumberOfRecentAmisToKeepHasBeenSet() const
const Aws::Utils::DateTime & GetSeedTime() const
void SetKmsKeyId(const Aws::String &value)
bool FrequencyHasBeenSet() const
void SetEncrypted(bool value)
ServerReplicationParameters & WithRunOnce(bool value)
void SetKmsKeyId(Aws::String &&value)
bool GetEncrypted() const
ServerReplicationParameters & WithNumberOfRecentAmisToKeep(int value)
ServerReplicationParameters & WithKmsKeyId(const Aws::String &value)
void SetSeedTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue