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/StreamProcessingStartSelector.h>
11#include <aws/rekognition/model/StreamProcessingStopSelector.h>
16namespace Rekognition {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
65 template <
typename StartSelectorT = StreamProcessingStartSelector>
67 m_startSelectorHasBeenSet =
true;
68 m_startSelector = std::forward<StartSelectorT>(value);
70 template <
typename StartSelectorT = StreamProcessingStartSelector>
86 template <
typename StopSelectorT = StreamProcessingStopSelector>
88 m_stopSelectorHasBeenSet =
true;
89 m_stopSelector = std::forward<StopSelectorT>(value);
91 template <
typename StopSelectorT = StreamProcessingStopSelector>
99 bool m_nameHasBeenSet =
false;
102 bool m_startSelectorHasBeenSet =
false;
105 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