7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
40 template <
typename StreamIdT = Aws::String>
42 m_streamIdHasBeenSet =
true;
43 m_streamId = std::forward<StreamIdT>(value);
45 template <
typename StreamIdT = Aws::String>
58 template <
typename StreamArnT = Aws::String>
60 m_streamArnHasBeenSet =
true;
61 m_streamArn = std::forward<StreamArnT>(value);
63 template <
typename StreamArnT = Aws::String>
77 m_streamVersionHasBeenSet =
true;
78 m_streamVersion = value;
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
108 int m_streamVersion{0};
111 bool m_streamIdHasBeenSet =
false;
112 bool m_streamArnHasBeenSet =
false;
113 bool m_streamVersionHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetDescription() const
int GetStreamVersion() const
void SetStreamArn(StreamArnT &&value)
void SetStreamVersion(int value)
AWS_IOT_API StreamSummary(Aws::Utils::Json::JsonView jsonValue)
bool StreamIdHasBeenSet() const
bool StreamVersionHasBeenSet() const
const Aws::String & GetStreamId() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStreamArn() const
AWS_IOT_API StreamSummary()=default
StreamSummary & WithDescription(DescriptionT &&value)
void SetStreamId(StreamIdT &&value)
StreamSummary & WithStreamVersion(int value)
StreamSummary & WithStreamId(StreamIdT &&value)
void SetDescription(DescriptionT &&value)
StreamSummary & WithStreamArn(StreamArnT &&value)
bool DescriptionHasBeenSet() const
bool StreamArnHasBeenSet() const
AWS_IOT_API StreamSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue