AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
CustomizationConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QBusiness {
20namespace Model {
21
30 public:
31 AWS_QBUSINESS_API CustomizationConfiguration() = default;
34 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::String& GetCustomCSSUrl() const { return m_customCSSUrl; }
42 inline bool CustomCSSUrlHasBeenSet() const { return m_customCSSUrlHasBeenSet; }
43 template <typename CustomCSSUrlT = Aws::String>
45 m_customCSSUrlHasBeenSet = true;
46 m_customCSSUrl = std::forward<CustomCSSUrlT>(value);
47 }
48 template <typename CustomCSSUrlT = Aws::String>
50 SetCustomCSSUrl(std::forward<CustomCSSUrlT>(value));
51 return *this;
52 }
54
56
60 inline const Aws::String& GetLogoUrl() const { return m_logoUrl; }
61 inline bool LogoUrlHasBeenSet() const { return m_logoUrlHasBeenSet; }
62 template <typename LogoUrlT = Aws::String>
63 void SetLogoUrl(LogoUrlT&& value) {
64 m_logoUrlHasBeenSet = true;
65 m_logoUrl = std::forward<LogoUrlT>(value);
66 }
67 template <typename LogoUrlT = Aws::String>
69 SetLogoUrl(std::forward<LogoUrlT>(value));
70 return *this;
71 }
73
75
79 inline const Aws::String& GetFontUrl() const { return m_fontUrl; }
80 inline bool FontUrlHasBeenSet() const { return m_fontUrlHasBeenSet; }
81 template <typename FontUrlT = Aws::String>
82 void SetFontUrl(FontUrlT&& value) {
83 m_fontUrlHasBeenSet = true;
84 m_fontUrl = std::forward<FontUrlT>(value);
85 }
86 template <typename FontUrlT = Aws::String>
88 SetFontUrl(std::forward<FontUrlT>(value));
89 return *this;
90 }
92
94
98 inline const Aws::String& GetFaviconUrl() const { return m_faviconUrl; }
99 inline bool FaviconUrlHasBeenSet() const { return m_faviconUrlHasBeenSet; }
100 template <typename FaviconUrlT = Aws::String>
102 m_faviconUrlHasBeenSet = true;
103 m_faviconUrl = std::forward<FaviconUrlT>(value);
104 }
105 template <typename FaviconUrlT = Aws::String>
107 SetFaviconUrl(std::forward<FaviconUrlT>(value));
108 return *this;
109 }
111 private:
112 Aws::String m_customCSSUrl;
113
114 Aws::String m_logoUrl;
115
116 Aws::String m_fontUrl;
117
118 Aws::String m_faviconUrl;
119 bool m_customCSSUrlHasBeenSet = false;
120 bool m_logoUrlHasBeenSet = false;
121 bool m_fontUrlHasBeenSet = false;
122 bool m_faviconUrlHasBeenSet = false;
123};
124
125} // namespace Model
126} // namespace QBusiness
127} // namespace Aws
CustomizationConfiguration & WithFaviconUrl(FaviconUrlT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
CustomizationConfiguration & WithFontUrl(FontUrlT &&value)
AWS_QBUSINESS_API CustomizationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API CustomizationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API CustomizationConfiguration()=default
CustomizationConfiguration & WithCustomCSSUrl(CustomCSSUrlT &&value)
CustomizationConfiguration & WithLogoUrl(LogoUrlT &&value)
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