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;
112 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
157 inline void SetJobId(
const char* value) { m_jobId.assign(value); }
181 inline void SetJobTag(
const char* value) { m_jobTag.assign(value); }
192 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetSegmentDetectionResult & WithJobTag(const Aws::String &value)
GetSegmentDetectionResult & AddAudioMetadata(const AudioMetadata &value)
const Aws::String & GetJobId() const
void SetStatusMessage(const Aws::String &value)
AWS_REKOGNITION_API GetSegmentDetectionResult()
void SetJobTag(const char *value)
void SetJobId(const char *value)
void SetJobStatus(const VideoJobStatus &value)
const Video & GetVideo() const
GetSegmentDetectionResult & WithJobId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
GetSegmentDetectionResult & WithJobStatus(VideoJobStatus &&value)
GetSegmentDetectionResult & WithSegments(const Aws::Vector< SegmentDetection > &value)
void SetVideo(Video &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetStatusMessage() const
GetSegmentDetectionResult & WithVideo(Video &&value)
GetSegmentDetectionResult & WithSelectedSegmentTypes(const Aws::Vector< SegmentTypeInfo > &value)
void SetJobTag(const Aws::String &value)
void SetJobStatus(VideoJobStatus &&value)
GetSegmentDetectionResult & AddAudioMetadata(AudioMetadata &&value)
void SetStatusMessage(const char *value)
GetSegmentDetectionResult & WithAudioMetadata(Aws::Vector< AudioMetadata > &&value)
GetSegmentDetectionResult & WithJobTag(const char *value)
void SetJobId(Aws::String &&value)
const Aws::String & GetJobTag() const
GetSegmentDetectionResult & AddSegments(SegmentDetection &&value)
GetSegmentDetectionResult & WithAudioMetadata(const Aws::Vector< AudioMetadata > &value)
GetSegmentDetectionResult & AddSelectedSegmentTypes(const SegmentTypeInfo &value)
GetSegmentDetectionResult & WithJobTag(Aws::String &&value)
const Aws::Vector< AudioMetadata > & GetAudioMetadata() const
const VideoJobStatus & GetJobStatus() const
GetSegmentDetectionResult & WithJobId(const char *value)
AWS_REKOGNITION_API GetSegmentDetectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(Aws::String &&value)
const Aws::Vector< SegmentDetection > & GetSegments() const
GetSegmentDetectionResult & AddSegments(const SegmentDetection &value)
void SetNextToken(const char *value)
GetSegmentDetectionResult & WithVideoMetadata(const Aws::Vector< VideoMetadata > &value)
void SetVideoMetadata(Aws::Vector< VideoMetadata > &&value)
GetSegmentDetectionResult & WithSegments(Aws::Vector< SegmentDetection > &&value)
AWS_REKOGNITION_API GetSegmentDetectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSegmentDetectionResult & WithJobId(Aws::String &&value)
const Aws::Vector< SegmentTypeInfo > & GetSelectedSegmentTypes() const
void SetRequestId(Aws::String &&value)
const Aws::String & GetNextToken() const
GetSegmentDetectionResult & WithSelectedSegmentTypes(Aws::Vector< SegmentTypeInfo > &&value)
void SetSegments(const Aws::Vector< SegmentDetection > &value)
GetSegmentDetectionResult & WithStatusMessage(const char *value)
void SetRequestId(const char *value)
void SetJobTag(Aws::String &&value)
void SetAudioMetadata(const Aws::Vector< AudioMetadata > &value)
GetSegmentDetectionResult & WithStatusMessage(Aws::String &&value)
GetSegmentDetectionResult & WithNextToken(const Aws::String &value)
GetSegmentDetectionResult & WithRequestId(Aws::String &&value)
void SetVideoMetadata(const Aws::Vector< VideoMetadata > &value)
GetSegmentDetectionResult & WithRequestId(const Aws::String &value)
GetSegmentDetectionResult & AddVideoMetadata(VideoMetadata &&value)
GetSegmentDetectionResult & AddVideoMetadata(const VideoMetadata &value)
const Aws::Vector< VideoMetadata > & GetVideoMetadata() const
void SetStatusMessage(Aws::String &&value)
void SetSelectedSegmentTypes(const Aws::Vector< SegmentTypeInfo > &value)
GetSegmentDetectionResult & WithRequestId(const char *value)
GetSegmentDetectionResult & WithStatusMessage(const Aws::String &value)
void SetSegments(Aws::Vector< SegmentDetection > &&value)
GetSegmentDetectionResult & WithVideoMetadata(Aws::Vector< VideoMetadata > &&value)
void SetVideo(const Video &value)
GetSegmentDetectionResult & WithNextToken(Aws::String &&value)
GetSegmentDetectionResult & WithVideo(const Video &value)
GetSegmentDetectionResult & WithNextToken(const char *value)
void SetJobId(const Aws::String &value)
GetSegmentDetectionResult & AddSelectedSegmentTypes(SegmentTypeInfo &&value)
void SetNextToken(const Aws::String &value)
GetSegmentDetectionResult & WithJobStatus(const VideoJobStatus &value)
void SetAudioMetadata(Aws::Vector< AudioMetadata > &&value)
void SetSelectedSegmentTypes(Aws::Vector< SegmentTypeInfo > &&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