7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRay_EXPORTS.h>
9#include <aws/xray/model/EncryptionStatus.h>
10#include <aws/xray/model/EncryptionType.h>
43 template <
typename KeyIdT = Aws::String>
45 m_keyIdHasBeenSet =
true;
46 m_keyId = std::forward<KeyIdT>(value);
48 template <
typename KeyIdT = Aws::String>
50 SetKeyId(std::forward<KeyIdT>(value));
63 m_statusHasBeenSet =
true;
80 m_typeHasBeenSet =
true;
94 bool m_keyIdHasBeenSet =
false;
95 bool m_statusHasBeenSet =
false;
96 bool m_typeHasBeenSet =
false;
EncryptionStatus GetStatus() const
AWS_XRAY_API EncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionConfig & WithStatus(EncryptionStatus value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
EncryptionConfig & WithKeyId(KeyIdT &&value)
void SetKeyId(KeyIdT &&value)
void SetType(EncryptionType value)
bool TypeHasBeenSet() const
bool KeyIdHasBeenSet() const
EncryptionConfig & WithType(EncryptionType value)
AWS_XRAY_API EncryptionConfig()=default
AWS_XRAY_API EncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(EncryptionStatus value)
EncryptionType GetType() const
const Aws::String & GetKeyId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue