7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/IoT_EXPORTS.h>
11#include <aws/iot/model/StreamFile.h>
43 template <
typename StreamIdT = Aws::String>
45 m_streamIdHasBeenSet =
true;
46 m_streamId = std::forward<StreamIdT>(value);
48 template <
typename StreamIdT = Aws::String>
61 template <
typename StreamArnT = Aws::String>
63 m_streamArnHasBeenSet =
true;
64 m_streamArn = std::forward<StreamArnT>(value);
66 template <
typename StreamArnT = Aws::String>
80 m_streamVersionHasBeenSet =
true;
81 m_streamVersion = value;
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
113 template <
typename FilesT = Aws::Vector<StreamFile>>
115 m_filesHasBeenSet =
true;
116 m_files = std::forward<FilesT>(value);
118 template <
typename FilesT = Aws::Vector<StreamFile>>
120 SetFiles(std::forward<FilesT>(value));
123 template <
typename FilesT = StreamFile>
125 m_filesHasBeenSet =
true;
126 m_files.emplace_back(std::forward<FilesT>(value));
137 template <
typename CreatedAtT = Aws::Utils::DateTime>
139 m_createdAtHasBeenSet =
true;
140 m_createdAt = std::forward<CreatedAtT>(value);
142 template <
typename CreatedAtT = Aws::Utils::DateTime>
155 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
157 m_lastUpdatedAtHasBeenSet =
true;
158 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
160 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
173 template <
typename RoleArnT = Aws::String>
175 m_roleArnHasBeenSet =
true;
176 m_roleArn = std::forward<RoleArnT>(value);
178 template <
typename RoleArnT = Aws::String>
189 int m_streamVersion{0};
200 bool m_streamIdHasBeenSet =
false;
201 bool m_streamArnHasBeenSet =
false;
202 bool m_streamVersionHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
204 bool m_filesHasBeenSet =
false;
205 bool m_createdAtHasBeenSet =
false;
206 bool m_lastUpdatedAtHasBeenSet =
false;
207 bool m_roleArnHasBeenSet =
false;
bool StreamVersionHasBeenSet() const
StreamInfo & WithDescription(DescriptionT &&value)
AWS_IOT_API StreamInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
StreamInfo & WithFiles(FilesT &&value)
void SetFiles(FilesT &&value)
void SetStreamVersion(int value)
void SetDescription(DescriptionT &&value)
StreamInfo & AddFiles(FilesT &&value)
AWS_IOT_API StreamInfo()=default
StreamInfo & WithStreamId(StreamIdT &&value)
const Aws::Vector< StreamFile > & GetFiles() const
StreamInfo & WithStreamVersion(int value)
bool LastUpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetRoleArn() const
bool CreatedAtHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetStreamId() const
AWS_IOT_API StreamInfo(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
bool FilesHasBeenSet() const
StreamInfo & WithCreatedAt(CreatedAtT &&value)
bool StreamArnHasBeenSet() const
void SetStreamId(StreamIdT &&value)
void SetRoleArn(RoleArnT &&value)
void SetStreamArn(StreamArnT &&value)
int GetStreamVersion() const
const Aws::Utils::DateTime & GetCreatedAt() const
StreamInfo & WithRoleArn(RoleArnT &&value)
StreamInfo & WithLastUpdatedAt(LastUpdatedAtT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetDescription() const
bool StreamIdHasBeenSet() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStreamArn() const
StreamInfo & WithStreamArn(StreamArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue