7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/MediaConnectRequest.h>
9#include <aws/mediaconnect/model/MediaStreamAttributesRequest.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mediaconnect/model/MediaStreamType.h>
43 template<
typename AttributesT = MediaStreamAttributesRequest>
44 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
45 template<
typename AttributesT = MediaStreamAttributesRequest>
55 inline void SetClockRate(
int value) { m_clockRateHasBeenSet =
true; m_clockRate = value; }
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
79 template<
typename FlowArnT = Aws::String>
80 void SetFlowArn(FlowArnT&& value) { m_flowArnHasBeenSet =
true; m_flowArn = std::forward<FlowArnT>(value); }
81 template<
typename FlowArnT = Aws::String>
91 template<
typename MediaStreamNameT = Aws::String>
92 void SetMediaStreamName(MediaStreamNameT&& value) { m_mediaStreamNameHasBeenSet =
true; m_mediaStreamName = std::forward<MediaStreamNameT>(value); }
93 template<
typename MediaStreamNameT = Aws::String>
113 template<
typename V
ideoFormatT = Aws::String>
114 void SetVideoFormat(VideoFormatT&& value) { m_videoFormatHasBeenSet =
true; m_videoFormat = std::forward<VideoFormatT>(value); }
115 template<
typename V
ideoFormatT = Aws::String>
121 bool m_attributesHasBeenSet =
false;
124 bool m_clockRateHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
130 bool m_flowArnHasBeenSet =
false;
133 bool m_mediaStreamNameHasBeenSet =
false;
136 bool m_mediaStreamTypeHasBeenSet =
false;
139 bool m_videoFormatHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String