7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EncryptionConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename PrefixT = Aws::String>
44 m_prefixHasBeenSet =
true;
45 m_prefix = std::forward<PrefixT>(value);
47 template <
typename PrefixT = Aws::String>
63 m_retentionPeriodHoursHasBeenSet =
true;
64 m_retentionPeriodHours = value;
78 template <
typename EncryptionConfigT = EncryptionConfig>
80 m_encryptionConfigHasBeenSet =
true;
81 m_encryptionConfig = std::forward<EncryptionConfigT>(value);
83 template <
typename EncryptionConfigT = EncryptionConfig>
92 int m_retentionPeriodHours{0};
94 EncryptionConfig m_encryptionConfig;
95 bool m_prefixHasBeenSet =
false;
96 bool m_retentionPeriodHoursHasBeenSet =
false;
97 bool m_encryptionConfigHasBeenSet =
false;
bool RetentionPeriodHoursHasBeenSet() const
KinesisVideoStreamConfig & WithPrefix(PrefixT &&value)
const Aws::String & GetPrefix() const
KinesisVideoStreamConfig & WithRetentionPeriodHours(int value)
void SetPrefix(PrefixT &&value)
KinesisVideoStreamConfig & WithEncryptionConfig(EncryptionConfigT &&value)
AWS_CONNECT_API KinesisVideoStreamConfig()=default
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const EncryptionConfig & GetEncryptionConfig() const
int GetRetentionPeriodHours() const
AWS_CONNECT_API KinesisVideoStreamConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EncryptionConfigHasBeenSet() const
void SetEncryptionConfig(EncryptionConfigT &&value)
void SetRetentionPeriodHours(int value)
AWS_CONNECT_API KinesisVideoStreamConfig(Aws::Utils::Json::JsonView jsonValue)
bool PrefixHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue