AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
StreamProcessingStopSelector.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Rekognition {
17namespace Model {
18
26 public:
27 AWS_REKOGNITION_API StreamProcessingStopSelector() = default;
30 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
38 inline long long GetMaxDurationInSeconds() const { return m_maxDurationInSeconds; }
39 inline bool MaxDurationInSecondsHasBeenSet() const { return m_maxDurationInSecondsHasBeenSet; }
40 inline void SetMaxDurationInSeconds(long long value) {
41 m_maxDurationInSecondsHasBeenSet = true;
42 m_maxDurationInSeconds = value;
43 }
46 return *this;
47 }
49 private:
50 long long m_maxDurationInSeconds{0};
51 bool m_maxDurationInSecondsHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace Rekognition
56} // namespace Aws
AWS_REKOGNITION_API StreamProcessingStopSelector & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamProcessingStopSelector & WithMaxDurationInSeconds(long long value)
AWS_REKOGNITION_API StreamProcessingStopSelector()=default
AWS_REKOGNITION_API StreamProcessingStopSelector(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue