7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesis/Kinesis_EXPORTS.h>
9#include <aws/kinesis/model/ChannelEncryptionType.h>
44 m_encryptionTypeHasBeenSet =
true;
45 m_encryptionType = value;
61 template <
typename KeyIdT = Aws::String>
63 m_keyIdHasBeenSet =
true;
64 m_keyId = std::forward<KeyIdT>(value);
66 template <
typename KeyIdT = Aws::String>
68 SetKeyId(std::forward<KeyIdT>(value));
76 bool m_encryptionTypeHasBeenSet =
false;
77 bool m_keyIdHasBeenSet =
false;
AWS_KINESIS_API ChannelEncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
ChannelEncryptionConfiguration & WithKeyId(KeyIdT &&value)
void SetKeyId(KeyIdT &&value)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
bool KeyIdHasBeenSet() const
void SetEncryptionType(ChannelEncryptionType value)
ChannelEncryptionType GetEncryptionType() const
AWS_KINESIS_API ChannelEncryptionConfiguration()=default
ChannelEncryptionConfiguration & WithEncryptionType(ChannelEncryptionType value)
AWS_KINESIS_API ChannelEncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EncryptionTypeHasBeenSet() const
const Aws::String & GetKeyId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue