AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
RenderingConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ConnectWisdomService {
20namespace Model {
21
28 public:
29 AWS_CONNECTWISDOMSERVICE_API RenderingConfiguration() = default;
30 AWS_CONNECTWISDOMSERVICE_API RenderingConfiguration(Aws::Utils::Json::JsonView jsonValue);
31 AWS_CONNECTWISDOMSERVICE_API RenderingConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
32 AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
50 inline const Aws::String& GetTemplateUri() const { return m_templateUri; }
51 inline bool TemplateUriHasBeenSet() const { return m_templateUriHasBeenSet; }
52 template <typename TemplateUriT = Aws::String>
53 void SetTemplateUri(TemplateUriT&& value) {
54 m_templateUriHasBeenSet = true;
55 m_templateUri = std::forward<TemplateUriT>(value);
56 }
57 template <typename TemplateUriT = Aws::String>
58 RenderingConfiguration& WithTemplateUri(TemplateUriT&& value) {
59 SetTemplateUri(std::forward<TemplateUriT>(value));
60 return *this;
61 }
63 private:
64 Aws::String m_templateUri;
65 bool m_templateUriHasBeenSet = false;
66};
67
68} // namespace Model
69} // namespace ConnectWisdomService
70} // namespace Aws
AWS_CONNECTWISDOMSERVICE_API RenderingConfiguration()=default
AWS_CONNECTWISDOMSERVICE_API RenderingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
RenderingConfiguration & WithTemplateUri(TemplateUriT &&value)
AWS_CONNECTWISDOMSERVICE_API RenderingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue