7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/xray/model/EncryptionStatus.h>
10#include <aws/xray/model/EncryptionType.h>
49 template<
typename KeyIdT = Aws::String>
50 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
51 template<
typename KeyIdT = Aws::String>
79 bool m_keyIdHasBeenSet =
false;
82 bool m_statusHasBeenSet =
false;
85 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