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 template<
typename V
ideoT = V
ideo>
47 void SetVideo(VideoT&& value) { m_videoHasBeenSet =
true; m_video = std::forward<VideoT>(value); }
48 template<
typename V
ideoT = V
ideo>
61 template<
typename ClientRequestTokenT = Aws::String>
62 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
63 template<
typename ClientRequestTokenT = Aws::String>
77 template<
typename NotificationChannelT = NotificationChannel>
78 void SetNotificationChannel(NotificationChannelT&& value) { m_notificationChannelHasBeenSet =
true; m_notificationChannel = std::forward<NotificationChannelT>(value); }
79 template<
typename NotificationChannelT = NotificationChannel>
92 template<
typename JobTagT = Aws::String>
93 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
94 template<
typename JobTagT = Aws::String>
104 template<
typename FiltersT = StartSegmentDetectionFilters>
105 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
106 template<
typename FiltersT = StartSegmentDetectionFilters>
117 template<
typename SegmentTypesT = Aws::Vector<SegmentType>>
118 void SetSegmentTypes(SegmentTypesT&& value) { m_segmentTypesHasBeenSet =
true; m_segmentTypes = std::forward<SegmentTypesT>(value); }
119 template<
typename SegmentTypesT = Aws::Vector<SegmentType>>
126 bool m_videoHasBeenSet =
false;
129 bool m_clientRequestTokenHasBeenSet =
false;
132 bool m_notificationChannelHasBeenSet =
false;
135 bool m_jobTagHasBeenSet =
false;
138 bool m_filtersHasBeenSet =
false;
141 bool m_segmentTypesHasBeenSet =
false;
StartSegmentDetectionRequest & WithVideo(VideoT &&value)
StartSegmentDetectionRequest & WithFilters(FiltersT &&value)
const StartSegmentDetectionFilters & GetFilters() const
void SetSegmentTypes(SegmentTypesT &&value)
bool VideoHasBeenSet() const
void SetVideo(VideoT &&value)
void SetNotificationChannel(NotificationChannelT &&value)
const Aws::String & GetJobTag() const
AWS_REKOGNITION_API StartSegmentDetectionRequest()=default
const Aws::Vector< SegmentType > & GetSegmentTypes() const
void SetJobTag(JobTagT &&value)
bool FiltersHasBeenSet() const
StartSegmentDetectionRequest & WithNotificationChannel(NotificationChannelT &&value)
bool JobTagHasBeenSet() const
bool SegmentTypesHasBeenSet() const
StartSegmentDetectionRequest & WithSegmentTypes(SegmentTypesT &&value)
StartSegmentDetectionRequest & AddSegmentTypes(SegmentType value)
virtual const char * GetServiceRequestName() const override
AWS_REKOGNITION_API Aws::String SerializePayload() const override
const Video & GetVideo() const
void SetFilters(FiltersT &&value)
bool ClientRequestTokenHasBeenSet() const
StartSegmentDetectionRequest & WithJobTag(JobTagT &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NotificationChannelHasBeenSet() const
const NotificationChannel & GetNotificationChannel() const
const Aws::String & GetClientRequestToken() const
StartSegmentDetectionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetClientRequestToken(ClientRequestTokenT &&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