7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/MediaConvertRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename JobIdT = Aws::String>
42 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
43 template<
typename JobIdT = Aws::String>
53 template<
typename SupportCaseIdT = Aws::String>
54 void SetSupportCaseId(SupportCaseIdT&& value) { m_supportCaseIdHasBeenSet =
true; m_supportCaseId = std::forward<SupportCaseIdT>(value); }
55 template<
typename SupportCaseIdT = Aws::String>
61 bool m_jobIdHasBeenSet =
false;
64 bool m_supportCaseIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String