7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/GetLabelDetectionRequestMetadata.h>
11#include <aws/rekognition/model/LabelDetection.h>
12#include <aws/rekognition/model/Video.h>
13#include <aws/rekognition/model/VideoJobStatus.h>
14#include <aws/rekognition/model/VideoMetadata.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace Rekognition {
41 m_jobStatusHasBeenSet =
true;
56 template <
typename StatusMessageT = Aws::String>
58 m_statusMessageHasBeenSet =
true;
59 m_statusMessage = std::forward<StatusMessageT>(value);
61 template <
typename StatusMessageT = Aws::String>
75 template <
typename V
ideoMetadataT = V
ideoMetadata>
77 m_videoMetadataHasBeenSet =
true;
78 m_videoMetadata = std::forward<VideoMetadataT>(value);
80 template <
typename V
ideoMetadataT = V
ideoMetadata>
94 template <
typename NextTokenT = Aws::String>
96 m_nextTokenHasBeenSet =
true;
97 m_nextToken = std::forward<NextTokenT>(value);
99 template <
typename NextTokenT = Aws::String>
113 template <
typename LabelsT = Aws::Vector<LabelDetection>>
115 m_labelsHasBeenSet =
true;
116 m_labels = std::forward<LabelsT>(value);
118 template <
typename LabelsT = Aws::Vector<LabelDetection>>
123 template <
typename LabelsT = LabelDetection>
125 m_labelsHasBeenSet =
true;
126 m_labels.emplace_back(std::forward<LabelsT>(value));
137 template <
typename LabelModelVersionT = Aws::String>
139 m_labelModelVersionHasBeenSet =
true;
140 m_labelModelVersion = std::forward<LabelModelVersionT>(value);
142 template <
typename LabelModelVersionT = Aws::String>
156 template <
typename JobIdT = Aws::String>
158 m_jobIdHasBeenSet =
true;
159 m_jobId = std::forward<JobIdT>(value);
161 template <
typename JobIdT = Aws::String>
163 SetJobId(std::forward<JobIdT>(value));
171 template <
typename V
ideoT = V
ideo>
173 m_videoHasBeenSet =
true;
174 m_video = std::forward<VideoT>(value);
176 template <
typename V
ideoT = V
ideo>
178 SetVideo(std::forward<VideoT>(value));
190 template <
typename JobTagT = Aws::String>
192 m_jobTagHasBeenSet =
true;
193 m_jobTag = std::forward<JobTagT>(value);
195 template <
typename JobTagT = Aws::String>
208 template <
typename GetRequestMetadataT = GetLabelDetectionRequestMetadata>
210 m_getRequestMetadataHasBeenSet =
true;
211 m_getRequestMetadata = std::forward<GetRequestMetadataT>(value);
213 template <
typename GetRequestMetadataT = GetLabelDetectionRequestMetadata>
223 template <
typename RequestIdT = Aws::String>
225 m_requestIdHasBeenSet =
true;
226 m_requestId = std::forward<RequestIdT>(value);
228 template <
typename RequestIdT = Aws::String>
239 VideoMetadata m_videoMetadata;
253 GetLabelDetectionRequestMetadata m_getRequestMetadata;
256 bool m_jobStatusHasBeenSet =
false;
257 bool m_statusMessageHasBeenSet =
false;
258 bool m_videoMetadataHasBeenSet =
false;
259 bool m_nextTokenHasBeenSet =
false;
260 bool m_labelsHasBeenSet =
false;
261 bool m_labelModelVersionHasBeenSet =
false;
262 bool m_jobIdHasBeenSet =
false;
263 bool m_videoHasBeenSet =
false;
264 bool m_jobTagHasBeenSet =
false;
265 bool m_getRequestMetadataHasBeenSet =
false;
266 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
GetLabelDetectionResult & WithNextToken(NextTokenT &&value)
const Video & GetVideo() const
GetLabelDetectionResult & WithRequestId(RequestIdT &&value)
void SetJobStatus(VideoJobStatus value)
VideoJobStatus GetJobStatus() const
void SetVideo(VideoT &&value)
GetLabelDetectionResult & AddLabels(LabelsT &&value)
AWS_REKOGNITION_API GetLabelDetectionResult()=default
void SetLabelModelVersion(LabelModelVersionT &&value)
GetLabelDetectionResult & WithVideo(VideoT &&value)
GetLabelDetectionResult & WithGetRequestMetadata(GetRequestMetadataT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
GetLabelDetectionResult & WithJobTag(JobTagT &&value)
const Aws::String & GetStatusMessage() const
GetLabelDetectionResult & WithJobId(JobIdT &&value)
AWS_REKOGNITION_API GetLabelDetectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobId(JobIdT &&value)
const GetLabelDetectionRequestMetadata & GetGetRequestMetadata() const
GetLabelDetectionResult & WithVideoMetadata(VideoMetadataT &&value)
GetLabelDetectionResult & WithJobStatus(VideoJobStatus value)
const VideoMetadata & GetVideoMetadata() const
GetLabelDetectionResult & WithStatusMessage(StatusMessageT &&value)
GetLabelDetectionResult & WithLabels(LabelsT &&value)
AWS_REKOGNITION_API GetLabelDetectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatusMessage(StatusMessageT &&value)
void SetRequestId(RequestIdT &&value)
void SetLabels(LabelsT &&value)
void SetVideoMetadata(VideoMetadataT &&value)
GetLabelDetectionResult & WithLabelModelVersion(LabelModelVersionT &&value)
const Aws::Vector< LabelDetection > & GetLabels() const
const Aws::String & GetJobId() const
const Aws::String & GetLabelModelVersion() const
void SetGetRequestMetadata(GetRequestMetadataT &&value)
void SetJobTag(JobTagT &&value)
const Aws::String & GetJobTag() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue