AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AwsDynamoDbTableSseDescription.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SecurityHub
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SECURITYHUB_API AwsDynamoDbTableSseDescription() = default;
38 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline const Aws::String& GetInaccessibleEncryptionDateTime() const { return m_inaccessibleEncryptionDateTime; }
49 inline bool InaccessibleEncryptionDateTimeHasBeenSet() const { return m_inaccessibleEncryptionDateTimeHasBeenSet; }
50 template<typename InaccessibleEncryptionDateTimeT = Aws::String>
51 void SetInaccessibleEncryptionDateTime(InaccessibleEncryptionDateTimeT&& value) { m_inaccessibleEncryptionDateTimeHasBeenSet = true; m_inaccessibleEncryptionDateTime = std::forward<InaccessibleEncryptionDateTimeT>(value); }
52 template<typename InaccessibleEncryptionDateTimeT = Aws::String>
53 AwsDynamoDbTableSseDescription& WithInaccessibleEncryptionDateTime(InaccessibleEncryptionDateTimeT&& value) { SetInaccessibleEncryptionDateTime(std::forward<InaccessibleEncryptionDateTimeT>(value)); return *this;}
55
57
60 inline const Aws::String& GetStatus() const { return m_status; }
61 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
62 template<typename StatusT = Aws::String>
63 void SetStatus(StatusT&& value) { m_statusHasBeenSet = true; m_status = std::forward<StatusT>(value); }
64 template<typename StatusT = Aws::String>
65 AwsDynamoDbTableSseDescription& WithStatus(StatusT&& value) { SetStatus(std::forward<StatusT>(value)); return *this;}
67
69
72 inline const Aws::String& GetSseType() const { return m_sseType; }
73 inline bool SseTypeHasBeenSet() const { return m_sseTypeHasBeenSet; }
74 template<typename SseTypeT = Aws::String>
75 void SetSseType(SseTypeT&& value) { m_sseTypeHasBeenSet = true; m_sseType = std::forward<SseTypeT>(value); }
76 template<typename SseTypeT = Aws::String>
77 AwsDynamoDbTableSseDescription& WithSseType(SseTypeT&& value) { SetSseType(std::forward<SseTypeT>(value)); return *this;}
79
81
84 inline const Aws::String& GetKmsMasterKeyArn() const { return m_kmsMasterKeyArn; }
85 inline bool KmsMasterKeyArnHasBeenSet() const { return m_kmsMasterKeyArnHasBeenSet; }
86 template<typename KmsMasterKeyArnT = Aws::String>
87 void SetKmsMasterKeyArn(KmsMasterKeyArnT&& value) { m_kmsMasterKeyArnHasBeenSet = true; m_kmsMasterKeyArn = std::forward<KmsMasterKeyArnT>(value); }
88 template<typename KmsMasterKeyArnT = Aws::String>
89 AwsDynamoDbTableSseDescription& WithKmsMasterKeyArn(KmsMasterKeyArnT&& value) { SetKmsMasterKeyArn(std::forward<KmsMasterKeyArnT>(value)); return *this;}
91 private:
92
93 Aws::String m_inaccessibleEncryptionDateTime;
94 bool m_inaccessibleEncryptionDateTimeHasBeenSet = false;
95
96 Aws::String m_status;
97 bool m_statusHasBeenSet = false;
98
99 Aws::String m_sseType;
100 bool m_sseTypeHasBeenSet = false;
101
102 Aws::String m_kmsMasterKeyArn;
103 bool m_kmsMasterKeyArnHasBeenSet = false;
104 };
105
106} // namespace Model
107} // namespace SecurityHub
108} // namespace Aws
AWS_SECURITYHUB_API AwsDynamoDbTableSseDescription()=default
AWS_SECURITYHUB_API AwsDynamoDbTableSseDescription(Aws::Utils::Json::JsonView jsonValue)
void SetInaccessibleEncryptionDateTime(InaccessibleEncryptionDateTimeT &&value)
AwsDynamoDbTableSseDescription & WithSseType(SseTypeT &&value)
AwsDynamoDbTableSseDescription & WithInaccessibleEncryptionDateTime(InaccessibleEncryptionDateTimeT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsDynamoDbTableSseDescription & WithKmsMasterKeyArn(KmsMasterKeyArnT &&value)
AWS_SECURITYHUB_API AwsDynamoDbTableSseDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsDynamoDbTableSseDescription & WithStatus(StatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue