7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/model/Video.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/rekognition/model/NotificationChannel.h>
12#include <aws/rekognition/model/StartSegmentDetectionFilters.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/rekognition/model/SegmentType.h>
46 inline void SetVideo(
const Video& value) { m_videoHasBeenSet =
true; m_video = value; }
47 inline void SetVideo(
Video&& value) { m_videoHasBeenSet =
true; m_video = std::move(value); }
63 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
96 inline void SetJobTag(
const char* value) { m_jobTagHasBeenSet =
true; m_jobTag.assign(value); }
131 bool m_videoHasBeenSet =
false;
134 bool m_clientRequestTokenHasBeenSet =
false;
137 bool m_notificationChannelHasBeenSet =
false;
140 bool m_jobTagHasBeenSet =
false;
143 bool m_filtersHasBeenSet =
false;
146 bool m_segmentTypesHasBeenSet =
false;
void SetSegmentTypes(Aws::Vector< SegmentType > &&value)
StartSegmentDetectionRequest & WithClientRequestToken(const char *value)
StartSegmentDetectionRequest & WithSegmentTypes(const Aws::Vector< SegmentType > &value)
void SetVideo(const Video &value)
void SetSegmentTypes(const Aws::Vector< SegmentType > &value)
void SetFilters(const StartSegmentDetectionFilters &value)
StartSegmentDetectionRequest & WithVideo(const Video &value)
StartSegmentDetectionRequest & AddSegmentTypes(const SegmentType &value)
const StartSegmentDetectionFilters & GetFilters() const
StartSegmentDetectionRequest & WithNotificationChannel(NotificationChannel &&value)
void SetNotificationChannel(const NotificationChannel &value)
bool VideoHasBeenSet() const
StartSegmentDetectionRequest & WithFilters(const StartSegmentDetectionFilters &value)
void SetClientRequestToken(const char *value)
const Aws::String & GetJobTag() const
void SetJobTag(Aws::String &&value)
AWS_REKOGNITION_API StartSegmentDetectionRequest()
const Aws::Vector< SegmentType > & GetSegmentTypes() const
void SetNotificationChannel(NotificationChannel &&value)
void SetJobTag(const Aws::String &value)
bool FiltersHasBeenSet() const
StartSegmentDetectionRequest & WithFilters(StartSegmentDetectionFilters &&value)
bool JobTagHasBeenSet() const
StartSegmentDetectionRequest & WithClientRequestToken(Aws::String &&value)
void SetVideo(Video &&value)
bool SegmentTypesHasBeenSet() const
StartSegmentDetectionRequest & WithSegmentTypes(Aws::Vector< SegmentType > &&value)
void SetFilters(StartSegmentDetectionFilters &&value)
StartSegmentDetectionRequest & WithJobTag(Aws::String &&value)
void SetClientRequestToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_REKOGNITION_API Aws::String SerializePayload() const override
StartSegmentDetectionRequest & WithNotificationChannel(const NotificationChannel &value)
const Video & GetVideo() const
bool ClientRequestTokenHasBeenSet() const
StartSegmentDetectionRequest & WithClientRequestToken(const Aws::String &value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientRequestToken(const Aws::String &value)
bool NotificationChannelHasBeenSet() const
StartSegmentDetectionRequest & WithJobTag(const Aws::String &value)
const NotificationChannel & GetNotificationChannel() const
StartSegmentDetectionRequest & WithJobTag(const char *value)
const Aws::String & GetClientRequestToken() const
StartSegmentDetectionRequest & WithVideo(Video &&value)
void SetJobTag(const char *value)
StartSegmentDetectionRequest & AddSegmentTypes(SegmentType &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector