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 KeyIdT = Aws::String>
50 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
51 template<
typename KeyIdT = Aws::String>
67 bool m_keyIdHasBeenSet =
false;
70 bool m_keyTypeHasBeenSet =
false;
ApplicationEncryptionConfiguration & WithKeyType(KeyType value)
bool KeyIdHasBeenSet() const
void SetKeyId(KeyIdT &&value)
void SetKeyType(KeyType value)
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfiguration()=default
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
ApplicationEncryptionConfiguration & WithKeyId(KeyIdT &&value)
bool KeyTypeHasBeenSet() const
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
KeyType GetKeyType() const
const Aws::String & GetKeyId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue