7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
46 template <
typename KeyIdT = Aws::String>
48 m_keyIdHasBeenSet =
true;
49 m_keyId = std::forward<KeyIdT>(value);
51 template <
typename KeyIdT = Aws::String>
53 SetKeyId(std::forward<KeyIdT>(value));
66 template <
typename EncryptedKeyMetadataT = Aws::String>
68 m_encryptedKeyMetadataHasBeenSet =
true;
69 m_encryptedKeyMetadata = std::forward<EncryptedKeyMetadataT>(value);
71 template <
typename EncryptedKeyMetadataT = Aws::String>
86 template <
typename EncryptedByIdT = Aws::String>
88 m_encryptedByIdHasBeenSet =
true;
89 m_encryptedById = std::forward<EncryptedByIdT>(value);
91 template <
typename EncryptedByIdT = Aws::String>
106 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
108 m_propertiesHasBeenSet =
true;
109 m_properties = std::forward<PropertiesT>(value);
111 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
116 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
118 m_propertiesHasBeenSet =
true;
119 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
131 bool m_keyIdHasBeenSet =
false;
132 bool m_encryptedKeyMetadataHasBeenSet =
false;
133 bool m_encryptedByIdHasBeenSet =
false;
134 bool m_propertiesHasBeenSet =
false;
bool KeyIdHasBeenSet() const
IcebergEncryptedKey & WithProperties(PropertiesT &&value)
void SetKeyId(KeyIdT &&value)
void SetProperties(PropertiesT &&value)
const Aws::String & GetEncryptedById() const
IcebergEncryptedKey & WithEncryptedById(EncryptedByIdT &&value)
const Aws::String & GetEncryptedKeyMetadata() const
IcebergEncryptedKey & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
void SetEncryptedKeyMetadata(EncryptedKeyMetadataT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKeyId() const
IcebergEncryptedKey & WithEncryptedKeyMetadata(EncryptedKeyMetadataT &&value)
bool PropertiesHasBeenSet() const
AWS_GLUE_API IcebergEncryptedKey(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
void SetEncryptedById(EncryptedByIdT &&value)
AWS_GLUE_API IcebergEncryptedKey & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API IcebergEncryptedKey()=default
IcebergEncryptedKey & WithKeyId(KeyIdT &&value)
bool EncryptedKeyMetadataHasBeenSet() const
bool EncryptedByIdHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue