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>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
63 template<
typename StartSelectorT = StreamProcessingStartSelector>
64 void SetStartSelector(StartSelectorT&& value) { m_startSelectorHasBeenSet =
true; m_startSelector = std::forward<StartSelectorT>(value); }
65 template<
typename StartSelectorT = StreamProcessingStartSelector>
78 template<
typename StopSelectorT = StreamProcessingStopSelector>
79 void SetStopSelector(StopSelectorT&& value) { m_stopSelectorHasBeenSet =
true; m_stopSelector = std::forward<StopSelectorT>(value); }
80 template<
typename StopSelectorT = StreamProcessingStopSelector>
86 bool m_nameHasBeenSet =
false;
89 bool m_startSelectorHasBeenSet =
false;
92 bool m_stopSelectorHasBeenSet =
false;
StartStreamProcessorRequest & WithStopSelector(StopSelectorT &&value)
const Aws::String & GetName() const
const StreamProcessingStopSelector & GetStopSelector() const
bool StopSelectorHasBeenSet() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetName(NameT &&value)
const StreamProcessingStartSelector & GetStartSelector() const
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
bool StartSelectorHasBeenSet() const
AWS_REKOGNITION_API StartStreamProcessorRequest()=default
void SetStartSelector(StartSelectorT &&value)
void SetStopSelector(StopSelectorT &&value)
StartStreamProcessorRequest & WithStartSelector(StartSelectorT &&value)
StartStreamProcessorRequest & WithName(NameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String