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/core/utils/memory/stl/AWSVector.h>
11#include <aws/rekognition/model/Video.h>
12#include <aws/rekognition/model/VideoMetadata.h>
13#include <aws/rekognition/model/AudioMetadata.h>
14#include <aws/rekognition/model/SegmentDetection.h>
15#include <aws/rekognition/model/SegmentTypeInfo.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
57 template<
typename StatusMessageT = Aws::String>
58 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
59 template<
typename StatusMessageT = Aws::String>
73 template<
typename V
ideoMetadataT = Aws::Vector<V
ideoMetadata>>
74 void SetVideoMetadata(VideoMetadataT&& value) { m_videoMetadataHasBeenSet =
true; m_videoMetadata = std::forward<VideoMetadataT>(value); }
75 template<
typename V
ideoMetadataT = Aws::Vector<V
ideoMetadata>>
77 template<
typename V
ideoMetadataT = V
ideoMetadata>
91 template<
typename AudioMetadataT = Aws::Vector<AudioMetadata>>
92 void SetAudioMetadata(AudioMetadataT&& value) { m_audioMetadataHasBeenSet =
true; m_audioMetadata = std::forward<AudioMetadataT>(value); }
93 template<
typename AudioMetadataT = Aws::Vector<AudioMetadata>>
95 template<
typename AudioMetadataT = AudioMetadata>
106 template<
typename NextTokenT = Aws::String>
107 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
108 template<
typename NextTokenT = Aws::String>
120 template<
typename SegmentsT = Aws::Vector<SegmentDetection>>
121 void SetSegments(SegmentsT&& value) { m_segmentsHasBeenSet =
true; m_segments = std::forward<SegmentsT>(value); }
122 template<
typename SegmentsT = Aws::Vector<SegmentDetection>>
124 template<
typename SegmentsT = SegmentDetection>
134 template<
typename SelectedSegmentTypesT = Aws::Vector<SegmentTypeInfo>>
135 void SetSelectedSegmentTypes(SelectedSegmentTypesT&& value) { m_selectedSegmentTypesHasBeenSet =
true; m_selectedSegmentTypes = std::forward<SelectedSegmentTypesT>(value); }
136 template<
typename SelectedSegmentTypesT = Aws::Vector<SegmentTypeInfo>>
138 template<
typename SelectedSegmentTypesT = SegmentTypeInfo>
149 template<
typename JobIdT = Aws::String>
150 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
151 template<
typename JobIdT = Aws::String>
158 template<
typename V
ideoT = V
ideo>
159 void SetVideo(VideoT&& value) { m_videoHasBeenSet =
true; m_video = std::forward<VideoT>(value); }
160 template<
typename V
ideoT = V
ideo>
171 template<
typename JobTagT = Aws::String>
172 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
173 template<
typename JobTagT = Aws::String>
180 template<
typename RequestIdT = Aws::String>
181 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
182 template<
typename RequestIdT = Aws::String>
188 bool m_jobStatusHasBeenSet =
false;
191 bool m_statusMessageHasBeenSet =
false;
194 bool m_videoMetadataHasBeenSet =
false;
197 bool m_audioMetadataHasBeenSet =
false;
200 bool m_nextTokenHasBeenSet =
false;
203 bool m_segmentsHasBeenSet =
false;
206 bool m_selectedSegmentTypesHasBeenSet =
false;
209 bool m_jobIdHasBeenSet =
false;
212 bool m_videoHasBeenSet =
false;
215 bool m_jobTagHasBeenSet =
false;
218 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetJobId() const
GetSegmentDetectionResult & WithSegments(SegmentsT &&value)
GetSegmentDetectionResult & WithNextToken(NextTokenT &&value)
GetSegmentDetectionResult & WithVideo(VideoT &&value)
void SetVideoMetadata(VideoMetadataT &&value)
GetSegmentDetectionResult & WithRequestId(RequestIdT &&value)
const Video & GetVideo() const
AWS_REKOGNITION_API GetSegmentDetectionResult()=default
const Aws::String & GetRequestId() const
GetSegmentDetectionResult & WithStatusMessage(StatusMessageT &&value)
const Aws::String & GetStatusMessage() const
void SetStatusMessage(StatusMessageT &&value)
VideoJobStatus GetJobStatus() const
void SetAudioMetadata(AudioMetadataT &&value)
const Aws::String & GetJobTag() const
GetSegmentDetectionResult & WithJobId(JobIdT &&value)
const Aws::Vector< AudioMetadata > & GetAudioMetadata() const
void SetVideo(VideoT &&value)
AWS_REKOGNITION_API GetSegmentDetectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< SegmentDetection > & GetSegments() const
GetSegmentDetectionResult & WithVideoMetadata(VideoMetadataT &&value)
void SetJobId(JobIdT &&value)
AWS_REKOGNITION_API GetSegmentDetectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSegmentDetectionResult & WithAudioMetadata(AudioMetadataT &&value)
void SetJobStatus(VideoJobStatus value)
const Aws::Vector< SegmentTypeInfo > & GetSelectedSegmentTypes() const
void SetJobTag(JobTagT &&value)
const Aws::String & GetNextToken() const
GetSegmentDetectionResult & WithSelectedSegmentTypes(SelectedSegmentTypesT &&value)
void SetNextToken(NextTokenT &&value)
GetSegmentDetectionResult & AddSegments(SegmentsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< VideoMetadata > & GetVideoMetadata() const
void SetSelectedSegmentTypes(SelectedSegmentTypesT &&value)
GetSegmentDetectionResult & AddSelectedSegmentTypes(SelectedSegmentTypesT &&value)
GetSegmentDetectionResult & AddVideoMetadata(VideoMetadataT &&value)
GetSegmentDetectionResult & WithJobStatus(VideoJobStatus value)
void SetSegments(SegmentsT &&value)
GetSegmentDetectionResult & AddAudioMetadata(AudioMetadataT &&value)
GetSegmentDetectionResult & WithJobTag(JobTagT &&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