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/PersonMatch.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 NextTokenT = Aws::String>
77 m_nextTokenHasBeenSet =
true;
78 m_nextToken = std::forward<NextTokenT>(value);
80 template <
typename NextTokenT = Aws::String>
94 template <
typename V
ideoMetadataT = V
ideoMetadata>
96 m_videoMetadataHasBeenSet =
true;
97 m_videoMetadata = std::forward<VideoMetadataT>(value);
99 template <
typename V
ideoMetadataT = V
ideoMetadata>
117 template <
typename PersonsT = Aws::Vector<PersonMatch>>
119 m_personsHasBeenSet =
true;
120 m_persons = std::forward<PersonsT>(value);
122 template <
typename PersonsT = Aws::Vector<PersonMatch>>
127 template <
typename PersonsT = PersonMatch>
129 m_personsHasBeenSet =
true;
130 m_persons.emplace_back(std::forward<PersonsT>(value));
142 template <
typename JobIdT = Aws::String>
144 m_jobIdHasBeenSet =
true;
145 m_jobId = std::forward<JobIdT>(value);
147 template <
typename JobIdT = Aws::String>
149 SetJobId(std::forward<JobIdT>(value));
157 template <
typename V
ideoT = V
ideo>
159 m_videoHasBeenSet =
true;
160 m_video = std::forward<VideoT>(value);
162 template <
typename V
ideoT = V
ideo>
164 SetVideo(std::forward<VideoT>(value));
176 template <
typename JobTagT = Aws::String>
178 m_jobTagHasBeenSet =
true;
179 m_jobTag = std::forward<JobTagT>(value);
181 template <
typename JobTagT = Aws::String>
191 template <
typename RequestIdT = Aws::String>
193 m_requestIdHasBeenSet =
true;
194 m_requestId = std::forward<RequestIdT>(value);
196 template <
typename RequestIdT = Aws::String>
211 VideoMetadata m_videoMetadata;
223 bool m_jobStatusHasBeenSet =
false;
224 bool m_statusMessageHasBeenSet =
false;
225 bool m_nextTokenHasBeenSet =
false;
226 bool m_videoMetadataHasBeenSet =
false;
227 bool m_personsHasBeenSet =
false;
228 bool m_jobIdHasBeenSet =
false;
229 bool m_videoHasBeenSet =
false;
230 bool m_jobTagHasBeenSet =
false;
231 bool m_requestIdHasBeenSet =
false;
GetFaceSearchResult & WithVideoMetadata(VideoMetadataT &&value)
const Aws::String & GetJobId() const
const Video & GetVideo() const
AWS_REKOGNITION_API GetFaceSearchResult()=default
AWS_REKOGNITION_API GetFaceSearchResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< PersonMatch > & GetPersons() const
const Aws::String & GetStatusMessage() const
void SetRequestId(RequestIdT &&value)
void SetJobId(JobIdT &&value)
GetFaceSearchResult & WithJobId(JobIdT &&value)
void SetPersons(PersonsT &&value)
void SetStatusMessage(StatusMessageT &&value)
const Aws::String & GetJobTag() const
const Aws::String & GetNextToken() const
void SetJobStatus(VideoJobStatus value)
GetFaceSearchResult & WithStatusMessage(StatusMessageT &&value)
void SetVideoMetadata(VideoMetadataT &&value)
const VideoMetadata & GetVideoMetadata() const
AWS_REKOGNITION_API GetFaceSearchResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
VideoJobStatus GetJobStatus() const
GetFaceSearchResult & AddPersons(PersonsT &&value)
void SetVideo(VideoT &&value)
GetFaceSearchResult & WithJobStatus(VideoJobStatus value)
void SetJobTag(JobTagT &&value)
GetFaceSearchResult & WithVideo(VideoT &&value)
GetFaceSearchResult & WithNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetFaceSearchResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
GetFaceSearchResult & WithPersons(PersonsT &&value)
GetFaceSearchResult & WithJobTag(JobTagT &&value)
const Aws::String & GetRequestId() 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