7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
11#include <aws/rekognition/model/FaceDetection.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>
93 template <
typename NextTokenT = Aws::String>
95 m_nextTokenHasBeenSet =
true;
96 m_nextToken = std::forward<NextTokenT>(value);
98 template <
typename NextTokenT = Aws::String>
112 template <
typename FacesT = Aws::Vector<FaceDetection>>
114 m_facesHasBeenSet =
true;
115 m_faces = std::forward<FacesT>(value);
117 template <
typename FacesT = Aws::Vector<FaceDetection>>
119 SetFaces(std::forward<FacesT>(value));
122 template <
typename FacesT = FaceDetection>
124 m_facesHasBeenSet =
true;
125 m_faces.emplace_back(std::forward<FacesT>(value));
137 template <
typename JobIdT = Aws::String>
139 m_jobIdHasBeenSet =
true;
140 m_jobId = std::forward<JobIdT>(value);
142 template <
typename JobIdT = Aws::String>
144 SetJobId(std::forward<JobIdT>(value));
152 template <
typename V
ideoT = V
ideo>
154 m_videoHasBeenSet =
true;
155 m_video = std::forward<VideoT>(value);
157 template <
typename V
ideoT = V
ideo>
159 SetVideo(std::forward<VideoT>(value));
171 template <
typename JobTagT = Aws::String>
173 m_jobTagHasBeenSet =
true;
174 m_jobTag = std::forward<JobTagT>(value);
176 template <
typename JobTagT = Aws::String>
186 template <
typename RequestIdT = Aws::String>
188 m_requestIdHasBeenSet =
true;
189 m_requestId = std::forward<RequestIdT>(value);
191 template <
typename RequestIdT = Aws::String>
204 VideoMetadata m_videoMetadata;
218 bool m_jobStatusHasBeenSet =
false;
219 bool m_statusMessageHasBeenSet =
false;
220 bool m_videoMetadataHasBeenSet =
false;
221 bool m_nextTokenHasBeenSet =
false;
222 bool m_facesHasBeenSet =
false;
223 bool m_jobIdHasBeenSet =
false;
224 bool m_videoHasBeenSet =
false;
225 bool m_jobTagHasBeenSet =
false;
226 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
GetFaceDetectionResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< FaceDetection > & GetFaces() const
void SetJobId(JobIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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