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 KeyIdT = Aws::String>
45 m_keyIdHasBeenSet =
true;
46 m_keyId = std::forward<KeyIdT>(value);
48 template <
typename KeyIdT = Aws::String>
50 SetKeyId(std::forward<KeyIdT>(value));
62 m_keyTypeHasBeenSet =
true;
74 bool m_keyIdHasBeenSet =
false;
75 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