7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/model/CdiInputSpecification.h>
10#include <aws/core/utils/memory/stl/AWSString.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/MaintenanceUpdateSettings.h>
16#include <aws/medialive/model/OutputDestination.h>
17#include <aws/medialive/model/InputAttachment.h>
66 inline void SetChannelId(
const char* value) { m_channelIdHasBeenSet =
true; m_channelId.assign(value); }
154 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
170 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
178 bool m_cdiInputSpecificationHasBeenSet =
false;
181 bool m_channelIdHasBeenSet =
false;
184 bool m_destinationsHasBeenSet =
false;
187 bool m_encoderSettingsHasBeenSet =
false;
190 bool m_inputAttachmentsHasBeenSet =
false;
193 bool m_inputSpecificationHasBeenSet =
false;
196 bool m_logLevelHasBeenSet =
false;
199 bool m_maintenanceHasBeenSet =
false;
202 bool m_nameHasBeenSet =
false;
205 bool m_roleArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector