AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
WorkspaceThemeImages.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ImagesLogo.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Connect {
20namespace Model {
21
29 public:
30 AWS_CONNECT_API WorkspaceThemeImages() = default;
33 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const ImagesLogo& GetLogo() const { return m_logo; }
40 inline bool LogoHasBeenSet() const { return m_logoHasBeenSet; }
41 template <typename LogoT = ImagesLogo>
42 void SetLogo(LogoT&& value) {
43 m_logoHasBeenSet = true;
44 m_logo = std::forward<LogoT>(value);
45 }
46 template <typename LogoT = ImagesLogo>
48 SetLogo(std::forward<LogoT>(value));
49 return *this;
50 }
52 private:
53 ImagesLogo m_logo;
54 bool m_logoHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Connect
59} // namespace Aws
AWS_CONNECT_API WorkspaceThemeImages()=default
AWS_CONNECT_API WorkspaceThemeImages(Aws::Utils::Json::JsonView jsonValue)
WorkspaceThemeImages & WithLogo(LogoT &&value)
AWS_CONNECT_API WorkspaceThemeImages & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue