7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/model/CdiInputSpecification.h>
10#include <aws/medialive/model/ChannelClass.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/medialive/model/EncoderSettings.h>
13#include <aws/medialive/model/InputSpecification.h>
14#include <aws/medialive/model/LogLevel.h>
15#include <aws/medialive/model/MaintenanceCreateSettings.h>
16#include <aws/core/utils/memory/stl/AWSString.h>
17#include <aws/core/utils/memory/stl/AWSMap.h>
18#include <aws/medialive/model/VpcOutputSettings.h>
19#include <aws/medialive/model/AnywhereSettings.h>
20#include <aws/medialive/model/OutputDestination.h>
21#include <aws/medialive/model/InputAttachment.h>
23#include <aws/core/utils/UUID.h>
156 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
172 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
187 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
238 bool m_cdiInputSpecificationHasBeenSet =
false;
241 bool m_channelClassHasBeenSet =
false;
244 bool m_destinationsHasBeenSet =
false;
247 bool m_encoderSettingsHasBeenSet =
false;
250 bool m_inputAttachmentsHasBeenSet =
false;
253 bool m_inputSpecificationHasBeenSet =
false;
256 bool m_logLevelHasBeenSet =
false;
259 bool m_maintenanceHasBeenSet =
false;
262 bool m_nameHasBeenSet =
false;
265 bool m_requestIdHasBeenSet =
false;
268 bool m_roleArnHasBeenSet =
false;
271 bool m_tagsHasBeenSet =
false;
274 bool m_vpcHasBeenSet =
false;
277 bool m_anywhereSettingsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector