7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/RekognitionRequest.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
11#include <aws/rekognition/model/NotificationChannel.h>
12#include <aws/rekognition/model/SegmentType.h>
13#include <aws/rekognition/model/StartSegmentDetectionFilters.h>
14#include <aws/rekognition/model/Video.h>
19namespace Rekognition {
42 template <
typename V
ideoT = V
ideo>
44 m_videoHasBeenSet =
true;
45 m_video = std::forward<VideoT>(value);
47 template <
typename V
ideoT = V
ideo>
49 SetVideo(std::forward<VideoT>(value));
63 template <
typename ClientRequestTokenT = Aws::String>
65 m_clientRequestTokenHasBeenSet =
true;
66 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
68 template <
typename ClientRequestTokenT = Aws::String>
85 template <
typename NotificationChannelT = NotificationChannel>
87 m_notificationChannelHasBeenSet =
true;
88 m_notificationChannel = std::forward<NotificationChannelT>(value);
90 template <
typename NotificationChannelT = NotificationChannel>
106 template <
typename JobTagT = Aws::String>
108 m_jobTagHasBeenSet =
true;
109 m_jobTag = std::forward<JobTagT>(value);
111 template <
typename JobTagT = Aws::String>
124 template <
typename FiltersT = StartSegmentDetectionFilters>
126 m_filtersHasBeenSet =
true;
127 m_filters = std::forward<FiltersT>(value);
129 template <
typename FiltersT = StartSegmentDetectionFilters>
143 template <
typename SegmentTypesT = Aws::Vector<SegmentType>>
145 m_segmentTypesHasBeenSet =
true;
146 m_segmentTypes = std::forward<SegmentTypesT>(value);
148 template <
typename SegmentTypesT = Aws::Vector<SegmentType>>
154 m_segmentTypesHasBeenSet =
true;
155 m_segmentTypes.push_back(value);
171 bool m_videoHasBeenSet =
false;
172 bool m_clientRequestTokenHasBeenSet =
false;
173 bool m_notificationChannelHasBeenSet =
false;
174 bool m_jobTagHasBeenSet =
false;
175 bool m_filtersHasBeenSet =
false;
176 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