7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/EncryptionConfig.h>
48 template<
typename PrefixT = Aws::String>
49 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
50 template<
typename PrefixT = Aws::String>
62 inline void SetRetentionPeriodHours(
int value) { m_retentionPeriodHoursHasBeenSet =
true; m_retentionPeriodHours = value; }
72 template<
typename EncryptionConfigT = EncryptionConfig>
73 void SetEncryptionConfig(EncryptionConfigT&& value) { m_encryptionConfigHasBeenSet =
true; m_encryptionConfig = std::forward<EncryptionConfigT>(value); }
74 template<
typename EncryptionConfigT = EncryptionConfig>
80 bool m_prefixHasBeenSet =
false;
82 int m_retentionPeriodHours{0};
83 bool m_retentionPeriodHoursHasBeenSet =
false;
85 EncryptionConfig m_encryptionConfig;
86 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