7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/model/MediaStreamAttributes.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediaconnect/model/MediaStreamType.h>
51 template<
typename AttributesT = MediaStreamAttributes>
52 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
53 template<
typename AttributesT = MediaStreamAttributes>
63 inline void SetClockRate(
int value) { m_clockRateHasBeenSet =
true; m_clockRate = value; }
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
86 inline int GetFmt()
const {
return m_fmt; }
88 inline void SetFmt(
int value) { m_fmtHasBeenSet =
true; m_fmt = value; }
98 inline void SetMediaStreamId(
int value) { m_mediaStreamIdHasBeenSet =
true; m_mediaStreamId = value; }
108 template<
typename MediaStreamNameT = Aws::String>
109 void SetMediaStreamName(MediaStreamNameT&& value) { m_mediaStreamNameHasBeenSet =
true; m_mediaStreamName = std::forward<MediaStreamNameT>(value); }
110 template<
typename MediaStreamNameT = Aws::String>
130 template<
typename V
ideoFormatT = Aws::String>
131 void SetVideoFormat(VideoFormatT&& value) { m_videoFormatHasBeenSet =
true; m_videoFormat = std::forward<VideoFormatT>(value); }
132 template<
typename V
ideoFormatT = Aws::String>
138 bool m_attributesHasBeenSet =
false;
141 bool m_clockRateHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
147 bool m_fmtHasBeenSet =
false;
149 int m_mediaStreamId{0};
150 bool m_mediaStreamIdHasBeenSet =
false;
153 bool m_mediaStreamNameHasBeenSet =
false;
156 bool m_mediaStreamTypeHasBeenSet =
false;
159 bool m_videoFormatHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue