7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/model/AwsSecretsManagerSecretRotationRules.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
73 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
85 inline void SetRotationEnabled(
bool value) { m_rotationEnabledHasBeenSet =
true; m_rotationEnabled = value; }
97 inline void SetRotationLambdaArn(
const char* value) { m_rotationLambdaArnHasBeenSet =
true; m_rotationLambdaArn.assign(value); }
109 inline void SetDeleted(
bool value) { m_deletedHasBeenSet =
true; m_deleted = value; }
121 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
135 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
143 bool m_rotationRulesHasBeenSet =
false;
145 bool m_rotationOccurredWithinFrequency;
146 bool m_rotationOccurredWithinFrequencyHasBeenSet =
false;
149 bool m_kmsKeyIdHasBeenSet =
false;
151 bool m_rotationEnabled;
152 bool m_rotationEnabledHasBeenSet =
false;
155 bool m_rotationLambdaArnHasBeenSet =
false;
158 bool m_deletedHasBeenSet =
false;
161 bool m_nameHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
bool NameHasBeenSet() const
AwsSecretsManagerSecretDetails & WithRotationRules(AwsSecretsManagerSecretRotationRules &&value)
const Aws::String & GetKmsKeyId() const
void SetName(const char *value)
AwsSecretsManagerSecretDetails & WithDescription(const char *value)
void SetRotationEnabled(bool value)
AwsSecretsManagerSecretDetails & WithKmsKeyId(const Aws::String &value)
const AwsSecretsManagerSecretRotationRules & GetRotationRules() const
bool RotationLambdaArnHasBeenSet() const
bool RotationOccurredWithinFrequencyHasBeenSet() const
const Aws::String & GetName() const
void SetName(const Aws::String &value)
void SetKmsKeyId(Aws::String &&value)
bool GetRotationEnabled() const
void SetName(Aws::String &&value)
AwsSecretsManagerSecretDetails & WithRotationEnabled(bool value)
bool DeletedHasBeenSet() const
void SetKmsKeyId(const Aws::String &value)
void SetDescription(const Aws::String &value)
void SetKmsKeyId(const char *value)
AwsSecretsManagerSecretDetails & WithName(const char *value)
AWS_SECURITYHUB_API AwsSecretsManagerSecretDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsSecretsManagerSecretDetails & WithDeleted(bool value)
void SetRotationOccurredWithinFrequency(bool value)
void SetRotationRules(const AwsSecretsManagerSecretRotationRules &value)
AwsSecretsManagerSecretDetails & WithRotationRules(const AwsSecretsManagerSecretRotationRules &value)
AwsSecretsManagerSecretDetails & WithRotationOccurredWithinFrequency(bool value)
AwsSecretsManagerSecretDetails & WithRotationLambdaArn(const char *value)
AwsSecretsManagerSecretDetails & WithKmsKeyId(const char *value)
AwsSecretsManagerSecretDetails & WithDescription(const Aws::String &value)
AwsSecretsManagerSecretDetails & WithName(const Aws::String &value)
bool GetRotationOccurredWithinFrequency() const
void SetDeleted(bool value)
void SetRotationLambdaArn(const char *value)
AwsSecretsManagerSecretDetails & WithName(Aws::String &&value)
const Aws::String & GetDescription() const
void SetDescription(const char *value)
bool RotationEnabledHasBeenSet() const
void SetRotationLambdaArn(Aws::String &&value)
bool RotationRulesHasBeenSet() const
AwsSecretsManagerSecretDetails & WithKmsKeyId(Aws::String &&value)
AwsSecretsManagerSecretDetails & WithRotationLambdaArn(const Aws::String &value)
void SetRotationRules(AwsSecretsManagerSecretRotationRules &&value)
AWS_SECURITYHUB_API AwsSecretsManagerSecretDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsSecretsManagerSecretDetails()
void SetDescription(Aws::String &&value)
void SetRotationLambdaArn(const Aws::String &value)
const Aws::String & GetRotationLambdaArn() const
bool DescriptionHasBeenSet() const
AwsSecretsManagerSecretDetails & WithRotationLambdaArn(Aws::String &&value)
AwsSecretsManagerSecretDetails & WithDescription(Aws::String &&value)
bool KmsKeyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue