7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetChannelId(
const char* value) { m_channelIdHasBeenSet =
true; m_channelId.assign(value); }
67 inline void SetPipelineId(
const char* value) { m_pipelineIdHasBeenSet =
true; m_pipelineId.assign(value); }
81 inline void SetThumbnailType(
const char* value) { m_thumbnailTypeHasBeenSet =
true; m_thumbnailType.assign(value); }
89 bool m_channelIdHasBeenSet =
false;
92 bool m_pipelineIdHasBeenSet =
false;
95 bool m_thumbnailTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String