7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/model/MediaStreamAttributesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediaconnect/model/MediaStreamType.h>
49 template<
typename AttributesT = MediaStreamAttributesRequest>
50 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
51 template<
typename AttributesT = MediaStreamAttributesRequest>
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 void SetMediaStreamId(
int value) { m_mediaStreamIdHasBeenSet =
true; m_mediaStreamId = value; }
96 template<
typename MediaStreamNameT = Aws::String>
97 void SetMediaStreamName(MediaStreamNameT&& value) { m_mediaStreamNameHasBeenSet =
true; m_mediaStreamName = std::forward<MediaStreamNameT>(value); }
98 template<
typename MediaStreamNameT = Aws::String>
118 template<
typename V
ideoFormatT = Aws::String>
119 void SetVideoFormat(VideoFormatT&& value) { m_videoFormatHasBeenSet =
true; m_videoFormat = std::forward<VideoFormatT>(value); }
120 template<
typename V
ideoFormatT = Aws::String>
126 bool m_attributesHasBeenSet =
false;
129 bool m_clockRateHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
134 int m_mediaStreamId{0};
135 bool m_mediaStreamIdHasBeenSet =
false;
138 bool m_mediaStreamNameHasBeenSet =
false;
141 bool m_mediaStreamTypeHasBeenSet =
false;
144 bool m_videoFormatHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue