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>
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>
76 template<
typename NotificationChannelT = NotificationChannel>
77 void SetNotificationChannel(NotificationChannelT&& value) { m_notificationChannelHasBeenSet =
true; m_notificationChannel = std::forward<NotificationChannelT>(value); }
78 template<
typename NotificationChannelT = NotificationChannel>
91 template<
typename JobTagT = Aws::String>
92 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
93 template<
typename JobTagT = Aws::String>
99 bool m_videoHasBeenSet =
false;
102 bool m_clientRequestTokenHasBeenSet =
false;
105 bool m_notificationChannelHasBeenSet =
false;
108 bool m_jobTagHasBeenSet =
false;
void SetJobTag(JobTagT &&value)
void SetNotificationChannel(NotificationChannelT &&value)
bool JobTagHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
const Video & GetVideo() const
const Aws::String & GetClientRequestToken() const
StartPersonTrackingRequest & WithVideo(VideoT &&value)
bool NotificationChannelHasBeenSet() const
AWS_REKOGNITION_API StartPersonTrackingRequest()=default
AWS_REKOGNITION_API Aws::String SerializePayload() const override
void SetClientRequestToken(ClientRequestTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetVideo(VideoT &&value)
StartPersonTrackingRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool VideoHasBeenSet() const
StartPersonTrackingRequest & WithNotificationChannel(NotificationChannelT &&value)
StartPersonTrackingRequest & WithJobTag(JobTagT &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetJobTag() const
const NotificationChannel & GetNotificationChannel() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String