7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename EncryptionTypeT = Aws::String>
47 void SetEncryptionType(EncryptionTypeT&& value) { m_encryptionTypeHasBeenSet =
true; m_encryptionType = std::forward<EncryptionTypeT>(value); }
48 template<
typename EncryptionTypeT = Aws::String>
59 template<
typename KeyIdT = Aws::String>
60 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
61 template<
typename KeyIdT = Aws::String>
67 bool m_encryptionTypeHasBeenSet =
false;
70 bool m_keyIdHasBeenSet =
false;
void SetEncryptionType(EncryptionTypeT &&value)
AWS_SECURITYHUB_API AwsKinesisStreamStreamEncryptionDetails(Aws::Utils::Json::JsonView jsonValue)
void SetKeyId(KeyIdT &&value)
AwsKinesisStreamStreamEncryptionDetails & WithKeyId(KeyIdT &&value)
const Aws::String & GetKeyId() const
AWS_SECURITYHUB_API AwsKinesisStreamStreamEncryptionDetails()=default
const Aws::String & GetEncryptionType() const
bool KeyIdHasBeenSet() const
AWS_SECURITYHUB_API AwsKinesisStreamStreamEncryptionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsKinesisStreamStreamEncryptionDetails & WithEncryptionType(EncryptionTypeT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool EncryptionTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue