7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/VideoJobStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/VideoMetadata.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/rekognition/model/Video.h>
13#include <aws/rekognition/model/GetContentModerationRequestMetadata.h>
14#include <aws/rekognition/model/ContentModerationDetection.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
56 template<
typename StatusMessageT = Aws::String>
57 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
58 template<
typename StatusMessageT = Aws::String>
69 template<
typename V
ideoMetadataT = V
ideoMetadata>
70 void SetVideoMetadata(VideoMetadataT&& value) { m_videoMetadataHasBeenSet =
true; m_videoMetadata = std::forward<VideoMetadataT>(value); }
71 template<
typename V
ideoMetadataT = V
ideoMetadata>
81 template<
typename ModerationLabelsT = Aws::Vector<ContentModerationDetection>>
82 void SetModerationLabels(ModerationLabelsT&& value) { m_moderationLabelsHasBeenSet =
true; m_moderationLabels = std::forward<ModerationLabelsT>(value); }
83 template<
typename ModerationLabelsT = Aws::Vector<ContentModerationDetection>>
85 template<
typename ModerationLabelsT = ContentModerationDetection>
96 template<
typename NextTokenT = Aws::String>
97 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
98 template<
typename NextTokenT = Aws::String>
108 template<
typename ModerationModelVersionT = Aws::String>
109 void SetModerationModelVersion(ModerationModelVersionT&& value) { m_moderationModelVersionHasBeenSet =
true; m_moderationModelVersion = std::forward<ModerationModelVersionT>(value); }
110 template<
typename ModerationModelVersionT = Aws::String>
121 template<
typename JobIdT = Aws::String>
122 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
123 template<
typename JobIdT = Aws::String>
130 template<
typename V
ideoT = V
ideo>
131 void SetVideo(VideoT&& value) { m_videoHasBeenSet =
true; m_video = std::forward<VideoT>(value); }
132 template<
typename V
ideoT = V
ideo>
143 template<
typename JobTagT = Aws::String>
144 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
145 template<
typename JobTagT = Aws::String>
155 template<
typename GetRequestMetadataT = GetContentModerationRequestMetadata>
156 void SetGetRequestMetadata(GetRequestMetadataT&& value) { m_getRequestMetadataHasBeenSet =
true; m_getRequestMetadata = std::forward<GetRequestMetadataT>(value); }
157 template<
typename GetRequestMetadataT = GetContentModerationRequestMetadata>
164 template<
typename RequestIdT = Aws::String>
165 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
166 template<
typename RequestIdT = Aws::String>
172 bool m_jobStatusHasBeenSet =
false;
175 bool m_statusMessageHasBeenSet =
false;
177 VideoMetadata m_videoMetadata;
178 bool m_videoMetadataHasBeenSet =
false;
181 bool m_moderationLabelsHasBeenSet =
false;
184 bool m_nextTokenHasBeenSet =
false;
187 bool m_moderationModelVersionHasBeenSet =
false;
190 bool m_jobIdHasBeenSet =
false;
193 bool m_videoHasBeenSet =
false;
196 bool m_jobTagHasBeenSet =
false;
198 GetContentModerationRequestMetadata m_getRequestMetadata;
199 bool m_getRequestMetadataHasBeenSet =
false;
202 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetJobId() const
GetContentModerationResult & WithJobTag(JobTagT &&value)
const Aws::String & GetNextToken() const
GetContentModerationResult & WithVideo(VideoT &&value)
void SetJobTag(JobTagT &&value)
VideoJobStatus GetJobStatus() const
const Aws::String & GetStatusMessage() const
GetContentModerationResult & WithStatusMessage(StatusMessageT &&value)
void SetJobStatus(VideoJobStatus value)
GetContentModerationResult & AddModerationLabels(ModerationLabelsT &&value)
GetContentModerationResult & WithJobStatus(VideoJobStatus value)
void SetModerationLabels(ModerationLabelsT &&value)
const Aws::String & GetModerationModelVersion() const
const Video & GetVideo() const
GetContentModerationResult & WithNextToken(NextTokenT &&value)
void SetVideoMetadata(VideoMetadataT &&value)
AWS_REKOGNITION_API GetContentModerationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetContentModerationResult & WithModerationModelVersion(ModerationModelVersionT &&value)
GetContentModerationResult & WithJobId(JobIdT &&value)
void SetJobId(JobIdT &&value)
const Aws::String & GetJobTag() const
GetContentModerationResult & WithVideoMetadata(VideoMetadataT &&value)
const Aws::Vector< ContentModerationDetection > & GetModerationLabels() const
GetContentModerationResult & WithGetRequestMetadata(GetRequestMetadataT &&value)
GetContentModerationResult & WithRequestId(RequestIdT &&value)
void SetVideo(VideoT &&value)
void SetModerationModelVersion(ModerationModelVersionT &&value)
const GetContentModerationRequestMetadata & GetGetRequestMetadata() const
AWS_REKOGNITION_API GetContentModerationResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetStatusMessage(StatusMessageT &&value)
AWS_REKOGNITION_API GetContentModerationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetContentModerationResult & WithModerationLabels(ModerationLabelsT &&value)
void SetGetRequestMetadata(GetRequestMetadataT &&value)
const VideoMetadata & GetVideoMetadata() 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