AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
IotEventsDestinationConfiguration.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTAnalytics
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_IOTANALYTICS_API IotEventsDestinationConfiguration() = default;
38 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetInputName() const { return m_inputName; }
46 inline bool InputNameHasBeenSet() const { return m_inputNameHasBeenSet; }
47 template<typename InputNameT = Aws::String>
48 void SetInputName(InputNameT&& value) { m_inputNameHasBeenSet = true; m_inputName = std::forward<InputNameT>(value); }
49 template<typename InputNameT = Aws::String>
50 IotEventsDestinationConfiguration& WithInputName(InputNameT&& value) { SetInputName(std::forward<InputNameT>(value)); return *this;}
52
54
58 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
59 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
60 template<typename RoleArnT = Aws::String>
61 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
62 template<typename RoleArnT = Aws::String>
63 IotEventsDestinationConfiguration& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
65 private:
66
67 Aws::String m_inputName;
68 bool m_inputNameHasBeenSet = false;
69
70 Aws::String m_roleArn;
71 bool m_roleArnHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace IoTAnalytics
76} // namespace Aws
IotEventsDestinationConfiguration & WithRoleArn(RoleArnT &&value)
AWS_IOTANALYTICS_API IotEventsDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
IotEventsDestinationConfiguration & WithInputName(InputNameT &&value)
AWS_IOTANALYTICS_API IotEventsDestinationConfiguration()=default
AWS_IOTANALYTICS_API IotEventsDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue