AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
RenderingConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QConnect {
20namespace Model {
21
28 public:
29 AWS_QCONNECT_API RenderingConfiguration() = default;
32 AWS_QCONNECT_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>
54 m_templateUriHasBeenSet = true;
55 m_templateUri = std::forward<TemplateUriT>(value);
56 }
57 template <typename TemplateUriT = Aws::String>
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 QConnect
70} // namespace Aws
RenderingConfiguration & WithTemplateUri(TemplateUriT &&value)
AWS_QCONNECT_API RenderingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API RenderingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API RenderingConfiguration()=default
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue