7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/StreamProcessingStartSelector.h>
11#include <aws/rekognition/model/StreamProcessingStopSelector.h>
47 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
88 bool m_nameHasBeenSet =
false;
91 bool m_startSelectorHasBeenSet =
false;
94 bool m_stopSelectorHasBeenSet =
false;
StartStreamProcessorRequest & WithStartSelector(StreamProcessingStartSelector &&value)
const Aws::String & GetName() const
const StreamProcessingStopSelector & GetStopSelector() const
bool StopSelectorHasBeenSet() const
StartStreamProcessorRequest & WithStopSelector(const StreamProcessingStopSelector &value)
void SetStartSelector(StreamProcessingStartSelector &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
void SetName(const Aws::String &value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetStartSelector(const StreamProcessingStartSelector &value)
AWS_REKOGNITION_API StartStreamProcessorRequest()
const StreamProcessingStartSelector & GetStartSelector() const
virtual const char * GetServiceRequestName() const override
void SetStopSelector(StreamProcessingStopSelector &&value)
bool NameHasBeenSet() const
StartStreamProcessorRequest & WithName(Aws::String &&value)
StartStreamProcessorRequest & WithName(const Aws::String &value)
bool StartSelectorHasBeenSet() const
void SetStopSelector(const StreamProcessingStopSelector &value)
StartStreamProcessorRequest & WithName(const char *value)
StartStreamProcessorRequest & WithStopSelector(StreamProcessingStopSelector &&value)
StartStreamProcessorRequest & WithStartSelector(const StreamProcessingStartSelector &value)
void SetName(const char *value)
void SetName(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String