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/PersonMatch.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 NextTokenT = Aws::String>
76 m_nextTokenHasBeenSet =
true;
77 m_nextToken = std::forward<NextTokenT>(value);
79 template <
typename NextTokenT = Aws::String>
93 template <
typename V
ideoMetadataT = V
ideoMetadata>
95 m_videoMetadataHasBeenSet =
true;
96 m_videoMetadata = std::forward<VideoMetadataT>(value);
98 template <
typename V
ideoMetadataT = V
ideoMetadata>
116 template <
typename PersonsT = Aws::Vector<PersonMatch>>
118 m_personsHasBeenSet =
true;
119 m_persons = std::forward<PersonsT>(value);
121 template <
typename PersonsT = Aws::Vector<PersonMatch>>
126 template <
typename PersonsT = PersonMatch>
128 m_personsHasBeenSet =
true;
129 m_persons.emplace_back(std::forward<PersonsT>(value));
141 template <
typename JobIdT = Aws::String>
143 m_jobIdHasBeenSet =
true;
144 m_jobId = std::forward<JobIdT>(value);
146 template <
typename JobIdT = Aws::String>
148 SetJobId(std::forward<JobIdT>(value));
156 template <
typename V
ideoT = V
ideo>
158 m_videoHasBeenSet =
true;
159 m_video = std::forward<VideoT>(value);
161 template <
typename V
ideoT = V
ideo>
163 SetVideo(std::forward<VideoT>(value));
175 template <
typename JobTagT = Aws::String>
177 m_jobTagHasBeenSet =
true;
178 m_jobTag = std::forward<JobTagT>(value);
180 template <
typename JobTagT = Aws::String>
190 template <
typename RequestIdT = Aws::String>
192 m_requestIdHasBeenSet =
true;
193 m_requestId = std::forward<RequestIdT>(value);
195 template <
typename RequestIdT = Aws::String>
203 bool m_jobStatusHasBeenSet =
false;
206 bool m_statusMessageHasBeenSet =
false;
209 bool m_nextTokenHasBeenSet =
false;
211 VideoMetadata m_videoMetadata;
212 bool m_videoMetadataHasBeenSet =
false;
215 bool m_personsHasBeenSet =
false;
218 bool m_jobIdHasBeenSet =
false;
221 bool m_videoHasBeenSet =
false;
224 bool m_jobTagHasBeenSet =
false;
227 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)
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