7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/iot/model/StreamFile.h>
51 inline void SetStreamId(
const char* value) { m_streamIdHasBeenSet =
true; m_streamId.assign(value); }
65 inline void SetStreamArn(
const char* value) { m_streamArnHasBeenSet =
true; m_streamArn.assign(value); }
77 inline void SetStreamVersion(
int value) { m_streamVersionHasBeenSet =
true; m_streamVersion = value; }
89 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
141 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
149 bool m_streamIdHasBeenSet =
false;
152 bool m_streamArnHasBeenSet =
false;
155 bool m_streamVersionHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
161 bool m_filesHasBeenSet =
false;
164 bool m_createdAtHasBeenSet =
false;
167 bool m_lastUpdatedAtHasBeenSet =
false;
170 bool m_roleArnHasBeenSet =
false;
bool StreamVersionHasBeenSet() const
AWS_IOT_API StreamInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedAt(Aws::Utils::DateTime &&value)
StreamInfo & WithDescription(const Aws::String &value)
void SetStreamVersion(int value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetStreamId(const char *value)
void SetDescription(Aws::String &&value)
StreamInfo & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetFiles(Aws::Vector< StreamFile > &&value)
StreamInfo & AddFiles(StreamFile &&value)
const Aws::Vector< StreamFile > & GetFiles() const
void SetFiles(const Aws::Vector< StreamFile > &value)
StreamInfo & WithStreamArn(const char *value)
StreamInfo & WithStreamId(Aws::String &&value)
StreamInfo & WithStreamVersion(int value)
void SetRoleArn(Aws::String &&value)
StreamInfo & WithDescription(const char *value)
bool LastUpdatedAtHasBeenSet() const
void SetDescription(const char *value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetRoleArn(const Aws::String &value)
const Aws::String & GetRoleArn() const
StreamInfo & WithRoleArn(const Aws::String &value)
StreamInfo & WithRoleArn(Aws::String &&value)
StreamInfo & WithStreamArn(const Aws::String &value)
bool CreatedAtHasBeenSet() const
void SetLastUpdatedAt(const Aws::Utils::DateTime &value)
void SetStreamId(Aws::String &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetStreamId() const
AWS_IOT_API StreamInfo(Aws::Utils::Json::JsonView jsonValue)
StreamInfo & AddFiles(const StreamFile &value)
void SetStreamArn(const char *value)
bool FilesHasBeenSet() const
StreamInfo & WithFiles(Aws::Vector< StreamFile > &&value)
bool StreamArnHasBeenSet() const
StreamInfo & WithCreatedAt(Aws::Utils::DateTime &&value)
StreamInfo & WithStreamId(const char *value)
StreamInfo & WithStreamId(const Aws::String &value)
void SetStreamId(const Aws::String &value)
void SetDescription(const Aws::String &value)
int GetStreamVersion() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetRoleArn(const char *value)
void SetStreamArn(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetStreamArn(Aws::String &&value)
StreamInfo & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
StreamInfo & WithFiles(const Aws::Vector< StreamFile > &value)
StreamInfo & WithRoleArn(const char *value)
StreamInfo & WithStreamArn(Aws::String &&value)
bool RoleArnHasBeenSet() const
StreamInfo & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
const Aws::String & GetDescription() const
bool StreamIdHasBeenSet() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStreamArn() const
StreamInfo & WithDescription(Aws::String &&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