7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9#include <aws/mediaconnect/model/MediaStreamAttributes.h>
10#include <aws/mediaconnect/model/MediaStreamType.h>
21namespace MediaConnect {
45 template <
typename AttributesT = MediaStreamAttributes>
47 m_attributesHasBeenSet =
true;
48 m_attributes = std::forward<AttributesT>(value);
50 template <
typename AttributesT = MediaStreamAttributes>
64 m_clockRateHasBeenSet =
true;
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 inline int GetFmt()
const {
return m_fmt; }
101 m_fmtHasBeenSet =
true;
117 m_mediaStreamIdHasBeenSet =
true;
118 m_mediaStreamId = value;
132 template <
typename MediaStreamNameT = Aws::String>
134 m_mediaStreamNameHasBeenSet =
true;
135 m_mediaStreamName = std::forward<MediaStreamNameT>(value);
137 template <
typename MediaStreamNameT = Aws::String>
151 m_mediaStreamTypeHasBeenSet =
true;
152 m_mediaStreamType = value;
166 template <
typename V
ideoFormatT = Aws::String>
168 m_videoFormatHasBeenSet =
true;
169 m_videoFormat = std::forward<VideoFormatT>(value);
171 template <
typename V
ideoFormatT = Aws::String>
186 int m_mediaStreamId{0};
193 bool m_attributesHasBeenSet =
false;
194 bool m_clockRateHasBeenSet =
false;
195 bool m_descriptionHasBeenSet =
false;
196 bool m_fmtHasBeenSet =
false;
197 bool m_mediaStreamIdHasBeenSet =
false;
198 bool m_mediaStreamNameHasBeenSet =
false;
199 bool m_mediaStreamTypeHasBeenSet =
false;
200 bool m_videoFormatHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue