AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StreamProcessorDataSharingPreference.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Rekognition
20{
21namespace Model
22{
23
33 {
34 public:
38 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline bool GetOptIn() const{ return m_optIn; }
47 inline bool OptInHasBeenSet() const { return m_optInHasBeenSet; }
48 inline void SetOptIn(bool value) { m_optInHasBeenSet = true; m_optIn = value; }
49 inline StreamProcessorDataSharingPreference& WithOptIn(bool value) { SetOptIn(value); return *this;}
51 private:
52
53 bool m_optIn;
54 bool m_optInHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace Rekognition
59} // namespace Aws
AWS_REKOGNITION_API StreamProcessorDataSharingPreference(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API StreamProcessorDataSharingPreference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue