7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesis/Kinesis_EXPORTS.h>
9#include <aws/kinesis/model/RecordConfiguration.h>
42 template <
typename StreamARNT = Aws::String>
44 m_streamARNHasBeenSet =
true;
45 m_streamARN = std::forward<StreamARNT>(value);
47 template <
typename StreamARNT = Aws::String>
60 template <
typename RecordConfigurationT = RecordConfiguration>
62 m_recordConfigurationHasBeenSet =
true;
63 m_recordConfiguration = std::forward<RecordConfigurationT>(value);
65 template <
typename RecordConfigurationT = RecordConfiguration>
75 bool m_streamARNHasBeenSet =
false;
76 bool m_recordConfigurationHasBeenSet =
false;
const Aws::String & GetStreamARN() const
const RecordConfiguration & GetRecordConfiguration() const
AWS_KINESIS_API ChannelStreamConfiguration()=default
ChannelStreamConfiguration & WithRecordConfiguration(RecordConfigurationT &&value)
void SetStreamARN(StreamARNT &&value)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESIS_API ChannelStreamConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESIS_API ChannelStreamConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetRecordConfiguration(RecordConfigurationT &&value)
bool StreamARNHasBeenSet() const
ChannelStreamConfiguration & WithStreamARN(StreamARNT &&value)
bool RecordConfigurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue