7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesisanalyticsv2/model/KeyType.h>
22namespace KinesisAnalyticsV2
49 template<
typename KeyIdUpdateT = Aws::String>
50 void SetKeyIdUpdate(KeyIdUpdateT&& value) { m_keyIdUpdateHasBeenSet =
true; m_keyIdUpdate = std::forward<KeyIdUpdateT>(value); }
51 template<
typename KeyIdUpdateT = Aws::String>
67 bool m_keyIdUpdateHasBeenSet =
false;
70 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