7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/medialive/model/SrtSettingsRequest.h>
12#include <aws/medialive/model/MulticastSettingsUpdateRequest.h>
13#include <aws/medialive/model/InputDestinationRequest.h>
14#include <aws/medialive/model/InputDeviceRequest.h>
15#include <aws/medialive/model/MediaConnectFlowRequest.h>
16#include <aws/medialive/model/InputSourceRequest.h>
81 inline void SetInputId(
const char* value) { m_inputIdHasBeenSet =
true; m_inputId.assign(value); }
130 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
145 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
195 bool m_destinationsHasBeenSet =
false;
198 bool m_inputDevicesHasBeenSet =
false;
201 bool m_inputIdHasBeenSet =
false;
204 bool m_inputSecurityGroupsHasBeenSet =
false;
207 bool m_mediaConnectFlowsHasBeenSet =
false;
210 bool m_nameHasBeenSet =
false;
213 bool m_roleArnHasBeenSet =
false;
216 bool m_sourcesHasBeenSet =
false;
219 bool m_srtSettingsHasBeenSet =
false;
222 bool m_multicastSettingsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector