7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iot/IoTRequest.h>
10#include <aws/iot/IoT_EXPORTS.h>
11#include <aws/iot/model/StreamFile.h>
12#include <aws/iot/model/Tag.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 DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
76 template <
typename FilesT = Aws::Vector<StreamFile>>
78 m_filesHasBeenSet =
true;
79 m_files = std::forward<FilesT>(value);
81 template <
typename FilesT = Aws::Vector<StreamFile>>
83 SetFiles(std::forward<FilesT>(value));
86 template <
typename FilesT = StreamFile>
88 m_filesHasBeenSet =
true;
89 m_files.emplace_back(std::forward<FilesT>(value));
101 template <
typename RoleArnT = Aws::String>
103 m_roleArnHasBeenSet =
true;
104 m_roleArn = std::forward<RoleArnT>(value);
106 template <
typename RoleArnT = Aws::String>
119 template <
typename TagsT = Aws::Vector<Tag>>
121 m_tagsHasBeenSet =
true;
122 m_tags = std::forward<TagsT>(value);
124 template <
typename TagsT = Aws::Vector<Tag>>
126 SetTags(std::forward<TagsT>(value));
129 template <
typename TagsT = Tag>
131 m_tagsHasBeenSet =
true;
132 m_tags.emplace_back(std::forward<TagsT>(value));
146 bool m_streamIdHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
148 bool m_filesHasBeenSet =
false;
149 bool m_roleArnHasBeenSet =
false;
150 bool m_tagsHasBeenSet =
false;
CreateStreamRequest & WithRoleArn(RoleArnT &&value)
CreateStreamRequest & WithFiles(FilesT &&value)
bool TagsHasBeenSet() const
CreateStreamRequest & WithStreamId(StreamIdT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::Vector< StreamFile > & GetFiles() const
const Aws::String & GetDescription() const
AWS_IOT_API Aws::String SerializePayload() const override
CreateStreamRequest & WithDescription(DescriptionT &&value)
void SetRoleArn(RoleArnT &&value)
CreateStreamRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetRoleArn() const
bool FilesHasBeenSet() const
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool RoleArnHasBeenSet() const
void SetStreamId(StreamIdT &&value)
bool StreamIdHasBeenSet() const
void SetFiles(FilesT &&value)
CreateStreamRequest & AddTags(TagsT &&value)
bool DescriptionHasBeenSet() const
CreateStreamRequest & AddFiles(FilesT &&value)
const Aws::String & GetStreamId() const
AWS_IOT_API CreateStreamRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector