7#include <aws/qldb/QLDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qldb/model/EncryptionStatus.h>
10#include <aws/core/utils/DateTime.h>
58 template<
typename KmsKeyArnT = Aws::String>
59 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
60 template<
typename KmsKeyArnT = Aws::String>
98 template<
typename InaccessibleKmsKeyDateTimeT = Aws::Utils::DateTime>
99 void SetInaccessibleKmsKeyDateTime(InaccessibleKmsKeyDateTimeT&& value) { m_inaccessibleKmsKeyDateTimeHasBeenSet =
true; m_inaccessibleKmsKeyDateTime = std::forward<InaccessibleKmsKeyDateTimeT>(value); }
100 template<
typename InaccessibleKmsKeyDateTimeT = Aws::Utils::DateTime>
106 bool m_kmsKeyArnHasBeenSet =
false;
109 bool m_encryptionStatusHasBeenSet =
false;
112 bool m_inaccessibleKmsKeyDateTimeHasBeenSet =
false;
AWS_QLDB_API LedgerEncryptionDescription()=default
bool EncryptionStatusHasBeenSet() const
const Aws::String & GetKmsKeyArn() const
AWS_QLDB_API LedgerEncryptionDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InaccessibleKmsKeyDateTimeHasBeenSet() const
void SetInaccessibleKmsKeyDateTime(InaccessibleKmsKeyDateTimeT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
EncryptionStatus GetEncryptionStatus() const
AWS_QLDB_API Aws::Utils::Json::JsonValue Jsonize() const
LedgerEncryptionDescription & WithInaccessibleKmsKeyDateTime(InaccessibleKmsKeyDateTimeT &&value)
bool KmsKeyArnHasBeenSet() const
AWS_QLDB_API LedgerEncryptionDescription(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetInaccessibleKmsKeyDateTime() const
void SetEncryptionStatus(EncryptionStatus value)
LedgerEncryptionDescription & WithEncryptionStatus(EncryptionStatus value)
LedgerEncryptionDescription & WithKmsKeyArn(KmsKeyArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue