7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis/Kinesis_EXPORTS.h>
10#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 StreamCreationTimestampT = Aws::Utils::DateTime>
62 m_streamCreationTimestampHasBeenSet =
true;
63 m_streamCreationTimestamp = std::forward<StreamCreationTimestampT>(value);
65 template <
typename StreamCreationTimestampT = Aws::Utils::DateTime>
78 template <
typename RecordConfigurationT = RecordConfiguration>
80 m_recordConfigurationHasBeenSet =
true;
81 m_recordConfiguration = std::forward<RecordConfigurationT>(value);
83 template <
typename RecordConfigurationT = RecordConfiguration>
94 RecordConfiguration m_recordConfiguration;
95 bool m_streamARNHasBeenSet =
false;
96 bool m_streamCreationTimestampHasBeenSet =
false;
97 bool m_recordConfigurationHasBeenSet =
false;
const Aws::String & GetStreamARN() const
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
bool StreamARNHasBeenSet() const
bool StreamCreationTimestampHasBeenSet() const
ChannelStreamDescription & WithRecordConfiguration(RecordConfigurationT &&value)
AWS_KINESIS_API ChannelStreamDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRecordConfiguration(RecordConfigurationT &&value)
ChannelStreamDescription & WithStreamARN(StreamARNT &&value)
void SetStreamARN(StreamARNT &&value)
void SetStreamCreationTimestamp(StreamCreationTimestampT &&value)
ChannelStreamDescription & WithStreamCreationTimestamp(StreamCreationTimestampT &&value)
bool RecordConfigurationHasBeenSet() const
const Aws::Utils::DateTime & GetStreamCreationTimestamp() const
AWS_KINESIS_API ChannelStreamDescription()=default
AWS_KINESIS_API ChannelStreamDescription(Aws::Utils::Json::JsonView jsonValue)
const RecordConfiguration & GetRecordConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue