7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rekognition/Rekognition_EXPORTS.h>
12#include <aws/rekognition/model/RegionOfInterest.h>
13#include <aws/rekognition/model/StreamProcessorDataSharingPreference.h>
14#include <aws/rekognition/model/StreamProcessorInput.h>
15#include <aws/rekognition/model/StreamProcessorNotificationChannel.h>
16#include <aws/rekognition/model/StreamProcessorOutput.h>
17#include <aws/rekognition/model/StreamProcessorSettings.h>
18#include <aws/rekognition/model/StreamProcessorStatus.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
31namespace Rekognition {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
61 template <
typename StreamProcessorArnT = Aws::String>
63 m_streamProcessorArnHasBeenSet =
true;
64 m_streamProcessorArn = std::forward<StreamProcessorArnT>(value);
66 template <
typename StreamProcessorArnT = Aws::String>
79 m_statusHasBeenSet =
true;
93 template <
typename StatusMessageT = Aws::String>
95 m_statusMessageHasBeenSet =
true;
96 m_statusMessage = std::forward<StatusMessageT>(value);
98 template <
typename StatusMessageT = Aws::String>
110 template <
typename CreationTimestampT = Aws::Utils::DateTime>
112 m_creationTimestampHasBeenSet =
true;
113 m_creationTimestamp = std::forward<CreationTimestampT>(value);
115 template <
typename CreationTimestampT = Aws::Utils::DateTime>
129 template <
typename LastUpdateTimestampT = Aws::Utils::DateTime>
131 m_lastUpdateTimestampHasBeenSet =
true;
132 m_lastUpdateTimestamp = std::forward<LastUpdateTimestampT>(value);
134 template <
typename LastUpdateTimestampT = Aws::Utils::DateTime>
146 template <
typename InputT = StreamProcessorInput>
148 m_inputHasBeenSet =
true;
149 m_input = std::forward<InputT>(value);
151 template <
typename InputT = StreamProcessorInput>
153 SetInput(std::forward<InputT>(value));
164 template <
typename OutputT = StreamProcessorOutput>
166 m_outputHasBeenSet =
true;
167 m_output = std::forward<OutputT>(value);
169 template <
typename OutputT = StreamProcessorOutput>
181 template <
typename RoleArnT = Aws::String>
183 m_roleArnHasBeenSet =
true;
184 m_roleArn = std::forward<RoleArnT>(value);
186 template <
typename RoleArnT = Aws::String>
200 template <
typename SettingsT = StreamProcessorSettings>
202 m_settingsHasBeenSet =
true;
203 m_settings = std::forward<SettingsT>(value);
205 template <
typename SettingsT = StreamProcessorSettings>
215 template <
typename NotificationChannelT = StreamProcessorNotificationChannel>
217 m_notificationChannelHasBeenSet =
true;
218 m_notificationChannel = std::forward<NotificationChannelT>(value);
220 template <
typename NotificationChannelT = StreamProcessorNotificationChannel>
233 template <
typename KmsKeyIdT = Aws::String>
235 m_kmsKeyIdHasBeenSet =
true;
236 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
238 template <
typename KmsKeyIdT = Aws::String>
252 template <
typename RegionsOfInterestT = Aws::Vector<RegionOfInterest>>
254 m_regionsOfInterestHasBeenSet =
true;
255 m_regionsOfInterest = std::forward<RegionsOfInterestT>(value);
257 template <
typename RegionsOfInterestT = Aws::Vector<RegionOfInterest>>
262 template <
typename RegionsOfInterestT = RegionOfInterest>
264 m_regionsOfInterestHasBeenSet =
true;
265 m_regionsOfInterest.emplace_back(std::forward<RegionsOfInterestT>(value));
278 template <
typename DataSharingPreferenceT = StreamProcessorDataSharingPreference>
280 m_dataSharingPreferenceHasBeenSet =
true;
281 m_dataSharingPreference = std::forward<DataSharingPreferenceT>(value);
283 template <
typename DataSharingPreferenceT = StreamProcessorDataSharingPreference>
293 template <
typename RequestIdT = Aws::String>
295 m_requestIdHasBeenSet =
true;
296 m_requestId = std::forward<RequestIdT>(value);
298 template <
typename RequestIdT = Aws::String>
319 StreamProcessorInput m_input;
321 StreamProcessorOutput m_output;
325 StreamProcessorSettings m_settings;
327 StreamProcessorNotificationChannel m_notificationChannel;
333 StreamProcessorDataSharingPreference m_dataSharingPreference;
337 bool m_nameHasBeenSet =
false;
338 bool m_streamProcessorArnHasBeenSet =
false;
339 bool m_statusHasBeenSet =
false;
340 bool m_statusMessageHasBeenSet =
false;
341 bool m_creationTimestampHasBeenSet =
false;
342 bool m_lastUpdateTimestampHasBeenSet =
false;
343 bool m_inputHasBeenSet =
false;
344 bool m_outputHasBeenSet =
false;
345 bool m_roleArnHasBeenSet =
false;
346 bool m_settingsHasBeenSet =
false;
347 bool m_notificationChannelHasBeenSet =
false;
348 bool m_kmsKeyIdHasBeenSet =
false;
349 bool m_regionsOfInterestHasBeenSet =
false;
350 bool m_dataSharingPreferenceHasBeenSet =
false;
351 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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