7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/translate/Translate_EXPORTS.h>
9#include <aws/translate/model/EncryptionKeyType.h>
43 m_typeHasBeenSet =
true;
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
74 bool m_typeHasBeenSet =
false;
75 bool m_idHasBeenSet =
false;
AWS_TRANSLATE_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionKey & WithType(EncryptionKeyType value)
AWS_TRANSLATE_API EncryptionKey & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionKeyType GetType() const
void SetType(EncryptionKeyType value)
bool IdHasBeenSet() const
AWS_TRANSLATE_API EncryptionKey(Aws::Utils::Json::JsonView jsonValue)
EncryptionKey & WithId(IdT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetId() const
AWS_TRANSLATE_API EncryptionKey()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue