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/StreamProcessorSettingsForUpdate.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/rekognition/model/StreamProcessorDataSharingPreference.h>
13#include <aws/rekognition/model/RegionOfInterest.h>
14#include <aws/rekognition/model/StreamProcessorParameterToDelete.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
117 bool m_nameHasBeenSet =
false;
120 bool m_settingsForUpdateHasBeenSet =
false;
123 bool m_regionsOfInterestForUpdateHasBeenSet =
false;
126 bool m_dataSharingPreferenceForUpdateHasBeenSet =
false;
129 bool m_parametersToDeleteHasBeenSet =
false;
UpdateStreamProcessorRequest & WithDataSharingPreferenceForUpdate(StreamProcessorDataSharingPreference &&value)
const StreamProcessorSettingsForUpdate & GetSettingsForUpdate() const
void SetSettingsForUpdate(const StreamProcessorSettingsForUpdate &value)
const StreamProcessorDataSharingPreference & GetDataSharingPreferenceForUpdate() const
UpdateStreamProcessorRequest & WithName(Aws::String &&value)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
UpdateStreamProcessorRequest & WithSettingsForUpdate(const StreamProcessorSettingsForUpdate &value)
const Aws::Vector< RegionOfInterest > & GetRegionsOfInterestForUpdate() const
void SetDataSharingPreferenceForUpdate(const StreamProcessorDataSharingPreference &value)
UpdateStreamProcessorRequest & WithSettingsForUpdate(StreamProcessorSettingsForUpdate &&value)
UpdateStreamProcessorRequest & WithRegionsOfInterestForUpdate(Aws::Vector< RegionOfInterest > &&value)
UpdateStreamProcessorRequest & WithName(const char *value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_REKOGNITION_API Aws::String SerializePayload() const override
void SetName(Aws::String &&value)
void SetName(const char *value)
void SetRegionsOfInterestForUpdate(const Aws::Vector< RegionOfInterest > &value)
void SetParametersToDelete(const Aws::Vector< StreamProcessorParameterToDelete > &value)
const Aws::Vector< StreamProcessorParameterToDelete > & GetParametersToDelete() const
bool RegionsOfInterestForUpdateHasBeenSet() const
UpdateStreamProcessorRequest & AddRegionsOfInterestForUpdate(RegionOfInterest &&value)
UpdateStreamProcessorRequest & WithRegionsOfInterestForUpdate(const Aws::Vector< RegionOfInterest > &value)
void SetSettingsForUpdate(StreamProcessorSettingsForUpdate &&value)
void SetRegionsOfInterestForUpdate(Aws::Vector< RegionOfInterest > &&value)
bool SettingsForUpdateHasBeenSet() const
void SetDataSharingPreferenceForUpdate(StreamProcessorDataSharingPreference &&value)
const Aws::String & GetName() const
AWS_REKOGNITION_API UpdateStreamProcessorRequest()
UpdateStreamProcessorRequest & AddParametersToDelete(StreamProcessorParameterToDelete &&value)
bool DataSharingPreferenceForUpdateHasBeenSet() const
void SetParametersToDelete(Aws::Vector< StreamProcessorParameterToDelete > &&value)
UpdateStreamProcessorRequest & AddParametersToDelete(const StreamProcessorParameterToDelete &value)
UpdateStreamProcessorRequest & WithParametersToDelete(const Aws::Vector< StreamProcessorParameterToDelete > &value)
virtual const char * GetServiceRequestName() const override
UpdateStreamProcessorRequest & WithDataSharingPreferenceForUpdate(const StreamProcessorDataSharingPreference &value)
bool ParametersToDeleteHasBeenSet() const
UpdateStreamProcessorRequest & WithName(const Aws::String &value)
UpdateStreamProcessorRequest & WithParametersToDelete(Aws::Vector< StreamProcessorParameterToDelete > &&value)
UpdateStreamProcessorRequest & AddRegionsOfInterestForUpdate(const RegionOfInterest &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
StreamProcessorParameterToDelete
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector