AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CodegenJobRenderConfig.h
1
6#pragma once
7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/model/ReactStartCodegenJobData.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 AmplifyUIBuilder
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_AMPLIFYUIBUILDER_API CodegenJobRenderConfig() = default;
36 AWS_AMPLIFYUIBUILDER_API CodegenJobRenderConfig(Aws::Utils::Json::JsonView jsonValue);
37 AWS_AMPLIFYUIBUILDER_API CodegenJobRenderConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const ReactStartCodegenJobData& GetReact() const { return m_react; }
46 inline bool ReactHasBeenSet() const { return m_reactHasBeenSet; }
47 template<typename ReactT = ReactStartCodegenJobData>
48 void SetReact(ReactT&& value) { m_reactHasBeenSet = true; m_react = std::forward<ReactT>(value); }
49 template<typename ReactT = ReactStartCodegenJobData>
50 CodegenJobRenderConfig& WithReact(ReactT&& value) { SetReact(std::forward<ReactT>(value)); return *this;}
52 private:
53
55 bool m_reactHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace AmplifyUIBuilder
60} // namespace Aws
const ReactStartCodegenJobData & GetReact() const
AWS_AMPLIFYUIBUILDER_API CodegenJobRenderConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API CodegenJobRenderConfig()=default
CodegenJobRenderConfig & WithReact(ReactT &&value)
AWS_AMPLIFYUIBUILDER_API CodegenJobRenderConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue