7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/model/StreamProcessorStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/rekognition/model/StreamProcessorInput.h>
12#include <aws/rekognition/model/StreamProcessorOutput.h>
13#include <aws/rekognition/model/StreamProcessorSettings.h>
14#include <aws/rekognition/model/StreamProcessorNotificationChannel.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
16#include <aws/rekognition/model/StreamProcessorDataSharingPreference.h>
17#include <aws/rekognition/model/RegionOfInterest.h>
22template<
typename RESULT_TYPE>
23class AmazonWebServiceResult;
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
60 template<
typename StreamProcessorArnT = Aws::String>
61 void SetStreamProcessorArn(StreamProcessorArnT&& value) { m_streamProcessorArnHasBeenSet =
true; m_streamProcessorArn = std::forward<StreamProcessorArnT>(value); }
62 template<
typename StreamProcessorArnT = Aws::String>
80 template<
typename StatusMessageT = Aws::String>
81 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
82 template<
typename StatusMessageT = Aws::String>
91 template<
typename CreationTimestampT = Aws::Utils::DateTime>
92 void SetCreationTimestamp(CreationTimestampT&& value) { m_creationTimestampHasBeenSet =
true; m_creationTimestamp = std::forward<CreationTimestampT>(value); }
93 template<
typename CreationTimestampT = Aws::Utils::DateTime>
104 template<
typename LastUpdateTimestampT = Aws::Utils::DateTime>
105 void SetLastUpdateTimestamp(LastUpdateTimestampT&& value) { m_lastUpdateTimestampHasBeenSet =
true; m_lastUpdateTimestamp = std::forward<LastUpdateTimestampT>(value); }
106 template<
typename LastUpdateTimestampT = Aws::Utils::DateTime>
115 template<
typename InputT = StreamProcessorInput>
116 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
117 template<
typename InputT = StreamProcessorInput>
127 template<
typename OutputT = StreamProcessorOutput>
128 void SetOutput(OutputT&& value) { m_outputHasBeenSet =
true; m_output = std::forward<OutputT>(value); }
129 template<
typename OutputT = StreamProcessorOutput>
138 template<
typename RoleArnT = Aws::String>
139 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
140 template<
typename RoleArnT = Aws::String>
151 template<
typename SettingsT = StreamProcessorSettings>
152 void SetSettings(SettingsT&& value) { m_settingsHasBeenSet =
true; m_settings = std::forward<SettingsT>(value); }
153 template<
typename SettingsT = StreamProcessorSettings>
160 template<
typename NotificationChannelT = StreamProcessorNotificationChannel>
161 void SetNotificationChannel(NotificationChannelT&& value) { m_notificationChannelHasBeenSet =
true; m_notificationChannel = std::forward<NotificationChannelT>(value); }
162 template<
typename NotificationChannelT = StreamProcessorNotificationChannel>
172 template<
typename KmsKeyIdT = Aws::String>
173 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
174 template<
typename KmsKeyIdT = Aws::String>
185 template<
typename RegionsOfInterestT = Aws::Vector<RegionOfInterest>>
186 void SetRegionsOfInterest(RegionsOfInterestT&& value) { m_regionsOfInterestHasBeenSet =
true; m_regionsOfInterest = std::forward<RegionsOfInterestT>(value); }
187 template<
typename RegionsOfInterestT = Aws::Vector<RegionOfInterest>>
189 template<
typename RegionsOfInterestT = RegionOfInterest>
201 template<
typename DataSharingPreferenceT = StreamProcessorDataSharingPreference>
202 void SetDataSharingPreference(DataSharingPreferenceT&& value) { m_dataSharingPreferenceHasBeenSet =
true; m_dataSharingPreference = std::forward<DataSharingPreferenceT>(value); }
203 template<
typename DataSharingPreferenceT = StreamProcessorDataSharingPreference>
210 template<
typename RequestIdT = Aws::String>
211 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
212 template<
typename RequestIdT = Aws::String>
218 bool m_nameHasBeenSet =
false;
221 bool m_streamProcessorArnHasBeenSet =
false;
224 bool m_statusHasBeenSet =
false;
227 bool m_statusMessageHasBeenSet =
false;
230 bool m_creationTimestampHasBeenSet =
false;
233 bool m_lastUpdateTimestampHasBeenSet =
false;
235 StreamProcessorInput m_input;
236 bool m_inputHasBeenSet =
false;
238 StreamProcessorOutput m_output;
239 bool m_outputHasBeenSet =
false;
242 bool m_roleArnHasBeenSet =
false;
244 StreamProcessorSettings m_settings;
245 bool m_settingsHasBeenSet =
false;
247 StreamProcessorNotificationChannel m_notificationChannel;
248 bool m_notificationChannelHasBeenSet =
false;
251 bool m_kmsKeyIdHasBeenSet =
false;
254 bool m_regionsOfInterestHasBeenSet =
false;
256 StreamProcessorDataSharingPreference m_dataSharingPreference;
257 bool m_dataSharingPreferenceHasBeenSet =
false;
260 bool m_requestIdHasBeenSet =
false;
void SetStatus(StreamProcessorStatus value)
DescribeStreamProcessorResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreationTimestamp() const
const Aws::String & GetRequestId() const
void SetRegionsOfInterest(RegionsOfInterestT &&value)
void SetCreationTimestamp(CreationTimestampT &&value)
void SetName(NameT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::Vector< RegionOfInterest > & GetRegionsOfInterest() const
DescribeStreamProcessorResult & WithInput(InputT &&value)
void SetDataSharingPreference(DataSharingPreferenceT &&value)
const StreamProcessorDataSharingPreference & GetDataSharingPreference() const
const Aws::String & GetRoleArn() const
DescribeStreamProcessorResult & WithRoleArn(RoleArnT &&value)
DescribeStreamProcessorResult & WithDataSharingPreference(DataSharingPreferenceT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
DescribeStreamProcessorResult & WithKmsKeyId(KmsKeyIdT &&value)
DescribeStreamProcessorResult & WithCreationTimestamp(CreationTimestampT &&value)
void SetStreamProcessorArn(StreamProcessorArnT &&value)
void SetLastUpdateTimestamp(LastUpdateTimestampT &&value)
DescribeStreamProcessorResult & WithRegionsOfInterest(RegionsOfInterestT &&value)
const Aws::String & GetStatusMessage() const
const StreamProcessorOutput & GetOutput() const
DescribeStreamProcessorResult & WithStatusMessage(StatusMessageT &&value)
const Aws::String & GetName() const
DescribeStreamProcessorResult & WithNotificationChannel(NotificationChannelT &&value)
const Aws::Utils::DateTime & GetLastUpdateTimestamp() const
DescribeStreamProcessorResult & WithLastUpdateTimestamp(LastUpdateTimestampT &&value)
DescribeStreamProcessorResult & WithName(NameT &&value)
void SetInput(InputT &&value)
StreamProcessorStatus GetStatus() const
DescribeStreamProcessorResult & AddRegionsOfInterest(RegionsOfInterestT &&value)
const StreamProcessorNotificationChannel & GetNotificationChannel() const
AWS_REKOGNITION_API DescribeStreamProcessorResult()=default
void SetOutput(OutputT &&value)
DescribeStreamProcessorResult & WithSettings(SettingsT &&value)
void SetRequestId(RequestIdT &&value)
DescribeStreamProcessorResult & WithOutput(OutputT &&value)
const Aws::String & GetKmsKeyId() const
DescribeStreamProcessorResult & WithStreamProcessorArn(StreamProcessorArnT &&value)
void SetSettings(SettingsT &&value)
void SetStatusMessage(StatusMessageT &&value)
AWS_REKOGNITION_API DescribeStreamProcessorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNotificationChannel(NotificationChannelT &&value)
const Aws::String & GetStreamProcessorArn() const
const StreamProcessorSettings & GetSettings() const
const StreamProcessorInput & GetInput() const
AWS_REKOGNITION_API DescribeStreamProcessorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeStreamProcessorResult & WithStatus(StreamProcessorStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue