7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
9#include <aws/kinesisanalyticsv2/model/KeyType.h>
20namespace KinesisAnalyticsV2 {
43 template <
typename KeyIdUpdateT = Aws::String>
45 m_keyIdUpdateHasBeenSet =
true;
46 m_keyIdUpdate = std::forward<KeyIdUpdateT>(value);
48 template <
typename KeyIdUpdateT = Aws::String>
62 m_keyTypeUpdateHasBeenSet =
true;
63 m_keyTypeUpdate = value;
74 bool m_keyIdUpdateHasBeenSet =
false;
75 bool m_keyTypeUpdateHasBeenSet =
false;
void SetKeyIdUpdate(KeyIdUpdateT &&value)
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKeyIdUpdate() const
void SetKeyTypeUpdate(KeyType value)
bool KeyIdUpdateHasBeenSet() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool KeyTypeUpdateHasBeenSet() const
KeyType GetKeyTypeUpdate() const
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationEncryptionConfigurationUpdate & WithKeyTypeUpdate(KeyType value)
ApplicationEncryptionConfigurationUpdate & WithKeyIdUpdate(KeyIdUpdateT &&value)
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfigurationUpdate()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue