7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/RekognitionRequest.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
11#include <aws/rekognition/model/MediaAnalysisInput.h>
12#include <aws/rekognition/model/MediaAnalysisOperationsConfig.h>
13#include <aws/rekognition/model/MediaAnalysisOutputConfig.h>
18namespace Rekognition {
47 template <
typename ClientRequestTokenT = Aws::String>
49 m_clientRequestTokenHasBeenSet =
true;
50 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
52 template <
typename ClientRequestTokenT = Aws::String>
65 template <
typename JobNameT = Aws::String>
67 m_jobNameHasBeenSet =
true;
68 m_jobName = std::forward<JobNameT>(value);
70 template <
typename JobNameT = Aws::String>
83 template <
typename OperationsConfigT = MediaAnalysisOperationsConfig>
85 m_operationsConfigHasBeenSet =
true;
86 m_operationsConfig = std::forward<OperationsConfigT>(value);
88 template <
typename OperationsConfigT = MediaAnalysisOperationsConfig>
101 template <
typename InputT = MediaAnalysisInput>
103 m_inputHasBeenSet =
true;
104 m_input = std::forward<InputT>(value);
106 template <
typename InputT = MediaAnalysisInput>
108 SetInput(std::forward<InputT>(value));
119 template <
typename OutputConfigT = MediaAnalysisOutputConfig>
121 m_outputConfigHasBeenSet =
true;
122 m_outputConfig = std::forward<OutputConfigT>(value);
124 template <
typename OutputConfigT = MediaAnalysisOutputConfig>
139 template <
typename KmsKeyIdT = Aws::String>
141 m_kmsKeyIdHasBeenSet =
true;
142 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
144 template <
typename KmsKeyIdT = Aws::String>
155 MediaAnalysisOperationsConfig m_operationsConfig;
157 MediaAnalysisInput m_input;
159 MediaAnalysisOutputConfig m_outputConfig;
162 bool m_clientRequestTokenHasBeenSet =
true;
163 bool m_jobNameHasBeenSet =
false;
164 bool m_operationsConfigHasBeenSet =
false;
165 bool m_inputHasBeenSet =
false;
166 bool m_outputConfigHasBeenSet =
false;
167 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