AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
CustomizationConfiguration.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 QBusiness
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_QBUSINESS_API CustomizationConfiguration() = default;
39 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetCustomCSSUrl() const { return m_customCSSUrl; }
48 inline bool CustomCSSUrlHasBeenSet() const { return m_customCSSUrlHasBeenSet; }
49 template<typename CustomCSSUrlT = Aws::String>
50 void SetCustomCSSUrl(CustomCSSUrlT&& value) { m_customCSSUrlHasBeenSet = true; m_customCSSUrl = std::forward<CustomCSSUrlT>(value); }
51 template<typename CustomCSSUrlT = Aws::String>
52 CustomizationConfiguration& WithCustomCSSUrl(CustomCSSUrlT&& value) { SetCustomCSSUrl(std::forward<CustomCSSUrlT>(value)); return *this;}
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) { m_logoUrlHasBeenSet = true; m_logoUrl = std::forward<LogoUrlT>(value); }
64 template<typename LogoUrlT = Aws::String>
65 CustomizationConfiguration& WithLogoUrl(LogoUrlT&& value) { SetLogoUrl(std::forward<LogoUrlT>(value)); return *this;}
67
69
73 inline const Aws::String& GetFontUrl() const { return m_fontUrl; }
74 inline bool FontUrlHasBeenSet() const { return m_fontUrlHasBeenSet; }
75 template<typename FontUrlT = Aws::String>
76 void SetFontUrl(FontUrlT&& value) { m_fontUrlHasBeenSet = true; m_fontUrl = std::forward<FontUrlT>(value); }
77 template<typename FontUrlT = Aws::String>
78 CustomizationConfiguration& WithFontUrl(FontUrlT&& value) { SetFontUrl(std::forward<FontUrlT>(value)); return *this;}
80
82
86 inline const Aws::String& GetFaviconUrl() const { return m_faviconUrl; }
87 inline bool FaviconUrlHasBeenSet() const { return m_faviconUrlHasBeenSet; }
88 template<typename FaviconUrlT = Aws::String>
89 void SetFaviconUrl(FaviconUrlT&& value) { m_faviconUrlHasBeenSet = true; m_faviconUrl = std::forward<FaviconUrlT>(value); }
90 template<typename FaviconUrlT = Aws::String>
91 CustomizationConfiguration& WithFaviconUrl(FaviconUrlT&& value) { SetFaviconUrl(std::forward<FaviconUrlT>(value)); return *this;}
93 private:
94
95 Aws::String m_customCSSUrl;
96 bool m_customCSSUrlHasBeenSet = false;
97
98 Aws::String m_logoUrl;
99 bool m_logoUrlHasBeenSet = false;
100
101 Aws::String m_fontUrl;
102 bool m_fontUrlHasBeenSet = false;
103
104 Aws::String m_faviconUrl;
105 bool m_faviconUrlHasBeenSet = false;
106 };
107
108} // namespace Model
109} // namespace QBusiness
110} // 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