7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/NotificationChannel.h>
11#include <aws/rekognition/model/Video.h>
16namespace 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>
84 template <
typename NotificationChannelT = NotificationChannel>
86 m_notificationChannelHasBeenSet =
true;
87 m_notificationChannel = std::forward<NotificationChannelT>(value);
89 template <
typename NotificationChannelT = NotificationChannel>
105 template <
typename JobTagT = Aws::String>
107 m_jobTagHasBeenSet =
true;
108 m_jobTag = std::forward<JobTagT>(value);
110 template <
typename JobTagT = Aws::String>
118 bool m_videoHasBeenSet =
false;
121 bool m_clientRequestTokenHasBeenSet =
false;
124 bool m_notificationChannelHasBeenSet =
false;
127 bool m_jobTagHasBeenSet =
false;
bool ClientRequestTokenHasBeenSet() const
void SetJobTag(JobTagT &&value)
void SetNotificationChannel(NotificationChannelT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientRequestToken() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool JobTagHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
void SetVideo(VideoT &&value)
StartCelebrityRecognitionRequest & WithJobTag(JobTagT &&value)
const Aws::String & GetJobTag() const
const NotificationChannel & GetNotificationChannel() const
StartCelebrityRecognitionRequest & WithNotificationChannel(NotificationChannelT &&value)
StartCelebrityRecognitionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool NotificationChannelHasBeenSet() const
bool VideoHasBeenSet() const
StartCelebrityRecognitionRequest & WithVideo(VideoT &&value)
AWS_REKOGNITION_API StartCelebrityRecognitionRequest()=default
const Video & GetVideo() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String