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/FaceDetection.h>
11#include <aws/rekognition/model/Video.h>
12#include <aws/rekognition/model/VideoJobStatus.h>
13#include <aws/rekognition/model/VideoMetadata.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace Rekognition {
40 m_jobStatusHasBeenSet =
true;
55 template <
typename StatusMessageT = Aws::String>
57 m_statusMessageHasBeenSet =
true;
58 m_statusMessage = std::forward<StatusMessageT>(value);
60 template <
typename StatusMessageT = Aws::String>
74 template <
typename V
ideoMetadataT = V
ideoMetadata>
76 m_videoMetadataHasBeenSet =
true;
77 m_videoMetadata = std::forward<VideoMetadataT>(value);
79 template <
typename V
ideoMetadataT = V
ideoMetadata>
92 template <
typename NextTokenT = Aws::String>
94 m_nextTokenHasBeenSet =
true;
95 m_nextToken = std::forward<NextTokenT>(value);
97 template <
typename NextTokenT = Aws::String>
111 template <
typename FacesT = Aws::Vector<FaceDetection>>
113 m_facesHasBeenSet =
true;
114 m_faces = std::forward<FacesT>(value);
116 template <
typename FacesT = Aws::Vector<FaceDetection>>
118 SetFaces(std::forward<FacesT>(value));
121 template <
typename FacesT = FaceDetection>
123 m_facesHasBeenSet =
true;
124 m_faces.emplace_back(std::forward<FacesT>(value));
136 template <
typename JobIdT = Aws::String>
138 m_jobIdHasBeenSet =
true;
139 m_jobId = std::forward<JobIdT>(value);
141 template <
typename JobIdT = Aws::String>
143 SetJobId(std::forward<JobIdT>(value));
151 template <
typename V
ideoT = V
ideo>
153 m_videoHasBeenSet =
true;
154 m_video = std::forward<VideoT>(value);
156 template <
typename V
ideoT = V
ideo>
158 SetVideo(std::forward<VideoT>(value));
170 template <
typename JobTagT = Aws::String>
172 m_jobTagHasBeenSet =
true;
173 m_jobTag = std::forward<JobTagT>(value);
175 template <
typename JobTagT = Aws::String>
185 template <
typename RequestIdT = Aws::String>
187 m_requestIdHasBeenSet =
true;
188 m_requestId = std::forward<RequestIdT>(value);
190 template <
typename RequestIdT = Aws::String>
201 VideoMetadata m_videoMetadata;
214 bool m_jobStatusHasBeenSet =
false;
215 bool m_statusMessageHasBeenSet =
false;
216 bool m_videoMetadataHasBeenSet =
false;
217 bool m_nextTokenHasBeenSet =
false;
218 bool m_facesHasBeenSet =
false;
219 bool m_jobIdHasBeenSet =
false;
220 bool m_videoHasBeenSet =
false;
221 bool m_jobTagHasBeenSet =
false;
222 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
GetFaceDetectionResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< FaceDetection > & GetFaces() const
void SetJobId(JobIdT &&value)
GetFaceDetectionResult & WithRequestId(RequestIdT &&value)
GetFaceDetectionResult & WithVideoMetadata(VideoMetadataT &&value)
GetFaceDetectionResult & WithVideo(VideoT &&value)
VideoJobStatus GetJobStatus() const
const Aws::String & GetNextToken() const
const Video & GetVideo() const
const Aws::String & GetJobTag() const
void SetNextToken(NextTokenT &&value)
GetFaceDetectionResult & AddFaces(FacesT &&value)
void SetFaces(FacesT &&value)
AWS_REKOGNITION_API GetFaceDetectionResult()=default
void SetRequestId(RequestIdT &&value)
void SetStatusMessage(StatusMessageT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetStatusMessage() const
void SetVideo(VideoT &&value)
AWS_REKOGNITION_API GetFaceDetectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFaceDetectionResult & WithJobStatus(VideoJobStatus value)
AWS_REKOGNITION_API GetFaceDetectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFaceDetectionResult & WithStatusMessage(StatusMessageT &&value)
void SetJobTag(JobTagT &&value)
const VideoMetadata & GetVideoMetadata() const
void SetJobStatus(VideoJobStatus value)
GetFaceDetectionResult & WithJobTag(JobTagT &&value)
void SetVideoMetadata(VideoMetadataT &&value)
GetFaceDetectionResult & WithJobId(JobIdT &&value)
GetFaceDetectionResult & WithFaces(FacesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue