AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AwsSecretsManagerSecretRotationRules.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SecurityHub
20{
21namespace Model
22{
23
30 {
31 public:
35 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline int GetAutomaticallyAfterDays() const{ return m_automaticallyAfterDays; }
43 inline bool AutomaticallyAfterDaysHasBeenSet() const { return m_automaticallyAfterDaysHasBeenSet; }
44 inline void SetAutomaticallyAfterDays(int value) { m_automaticallyAfterDaysHasBeenSet = true; m_automaticallyAfterDays = value; }
47 private:
48
49 int m_automaticallyAfterDays;
50 bool m_automaticallyAfterDaysHasBeenSet = false;
51 };
52
53} // namespace Model
54} // namespace SecurityHub
55} // namespace Aws
AWS_SECURITYHUB_API AwsSecretsManagerSecretRotationRules & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsSecretsManagerSecretRotationRules & WithAutomaticallyAfterDays(int value)
AWS_SECURITYHUB_API AwsSecretsManagerSecretRotationRules(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue