7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/MediaAnalysisOperationsConfig.h>
11#include <aws/rekognition/model/MediaAnalysisInput.h>
12#include <aws/rekognition/model/MediaAnalysisOutputConfig.h>
14#include <aws/core/utils/UUID.h>
51 template<
typename ClientRequestTokenT = Aws::String>
52 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
53 template<
typename ClientRequestTokenT = Aws::String>
63 template<
typename JobNameT = Aws::String>
64 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
65 template<
typename JobNameT = Aws::String>
75 template<
typename OperationsConfigT = MediaAnalysisOperationsConfig>
76 void SetOperationsConfig(OperationsConfigT&& value) { m_operationsConfigHasBeenSet =
true; m_operationsConfig = std::forward<OperationsConfigT>(value); }
77 template<
typename OperationsConfigT = MediaAnalysisOperationsConfig>
87 template<
typename InputT = MediaAnalysisInput>
88 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
89 template<
typename InputT = MediaAnalysisInput>
99 template<
typename OutputConfigT = MediaAnalysisOutputConfig>
100 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
101 template<
typename OutputConfigT = MediaAnalysisOutputConfig>
113 template<
typename KmsKeyIdT = Aws::String>
114 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
115 template<
typename KmsKeyIdT = Aws::String>
121 bool m_clientRequestTokenHasBeenSet =
true;
124 bool m_jobNameHasBeenSet =
false;
126 MediaAnalysisOperationsConfig m_operationsConfig;
127 bool m_operationsConfigHasBeenSet =
false;
129 MediaAnalysisInput m_input;
130 bool m_inputHasBeenSet =
false;
132 MediaAnalysisOutputConfig m_outputConfig;
133 bool m_outputConfigHasBeenSet =
false;
136 bool m_kmsKeyIdHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String