AWS SDK for C++

AWS SDK for C++ Version 1.11.787

Loading...
Searching...
No Matches
CommandPreprocessor.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/AwsJsonSubstitutionCommandPreprocessorConfig.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace IoT {
20namespace Model {
21
30 public:
31 AWS_IOT_API CommandPreprocessor() = default;
35
37
40 inline const AwsJsonSubstitutionCommandPreprocessorConfig& GetAwsJsonSubstitution() const { return m_awsJsonSubstitution; }
41 inline bool AwsJsonSubstitutionHasBeenSet() const { return m_awsJsonSubstitutionHasBeenSet; }
42 template <typename AwsJsonSubstitutionT = AwsJsonSubstitutionCommandPreprocessorConfig>
43 void SetAwsJsonSubstitution(AwsJsonSubstitutionT&& value) {
44 m_awsJsonSubstitutionHasBeenSet = true;
45 m_awsJsonSubstitution = std::forward<AwsJsonSubstitutionT>(value);
46 }
47 template <typename AwsJsonSubstitutionT = AwsJsonSubstitutionCommandPreprocessorConfig>
48 CommandPreprocessor& WithAwsJsonSubstitution(AwsJsonSubstitutionT&& value) {
49 SetAwsJsonSubstitution(std::forward<AwsJsonSubstitutionT>(value));
50 return *this;
51 }
53 private:
55 bool m_awsJsonSubstitutionHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace IoT
60} // namespace Aws
void SetAwsJsonSubstitution(AwsJsonSubstitutionT &&value)
CommandPreprocessor & WithAwsJsonSubstitution(AwsJsonSubstitutionT &&value)
const AwsJsonSubstitutionCommandPreprocessorConfig & GetAwsJsonSubstitution() const
AWS_IOT_API CommandPreprocessor()=default
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API CommandPreprocessor(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API CommandPreprocessor & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue