7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/Visibility.h>
9#include <aws/connect/model/WorkspaceTheme.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
48 m_visibilityHasBeenSet =
true;
63 template <
typename IdT = Aws::String>
65 m_idHasBeenSet =
true;
66 m_id = std::forward<IdT>(value);
68 template <
typename IdT = Aws::String>
70 SetId(std::forward<IdT>(value));
81 template <
typename NameT = Aws::String>
83 m_nameHasBeenSet =
true;
84 m_name = std::forward<NameT>(value);
86 template <
typename NameT = Aws::String>
88 SetName(std::forward<NameT>(value));
99 template <
typename ArnT = Aws::String>
101 m_arnHasBeenSet =
true;
102 m_arn = std::forward<ArnT>(value);
104 template <
typename ArnT = Aws::String>
106 SetArn(std::forward<ArnT>(value));
117 template <
typename DescriptionT = Aws::String>
119 m_descriptionHasBeenSet =
true;
120 m_description = std::forward<DescriptionT>(value);
122 template <
typename DescriptionT = Aws::String>
135 template <
typename ThemeT = WorkspaceTheme>
137 m_themeHasBeenSet =
true;
138 m_theme = std::forward<ThemeT>(value);
140 template <
typename ThemeT = WorkspaceTheme>
142 SetTheme(std::forward<ThemeT>(value));
153 template <
typename TitleT = Aws::String>
155 m_titleHasBeenSet =
true;
156 m_title = std::forward<TitleT>(value);
158 template <
typename TitleT = Aws::String>
160 SetTitle(std::forward<TitleT>(value));
171 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
173 m_lastModifiedTimeHasBeenSet =
true;
174 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
176 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
189 template <
typename LastModifiedRegionT = Aws::String>
191 m_lastModifiedRegionHasBeenSet =
true;
192 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
194 template <
typename LastModifiedRegionT = Aws::String>
207 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
209 m_tagsHasBeenSet =
true;
210 m_tags = std::forward<TagsT>(value);
212 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
214 SetTags(std::forward<TagsT>(value));
217 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
219 m_tagsHasBeenSet =
true;
220 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
235 WorkspaceTheme m_theme;
244 bool m_visibilityHasBeenSet =
false;
245 bool m_idHasBeenSet =
false;
246 bool m_nameHasBeenSet =
false;
247 bool m_arnHasBeenSet =
false;
248 bool m_descriptionHasBeenSet =
false;
249 bool m_themeHasBeenSet =
false;
250 bool m_titleHasBeenSet =
false;
251 bool m_lastModifiedTimeHasBeenSet =
false;
252 bool m_lastModifiedRegionHasBeenSet =
false;
253 bool m_tagsHasBeenSet =
false;
bool ThemeHasBeenSet() const
const Aws::String & GetTitle() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ArnHasBeenSet() const
Workspace & WithLastModifiedRegion(LastModifiedRegionT &&value)
Workspace & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_CONNECT_API Workspace()=default
bool TitleHasBeenSet() const
Workspace & WithArn(ArnT &&value)
bool VisibilityHasBeenSet() const
void SetArn(ArnT &&value)
bool DescriptionHasBeenSet() const
Workspace & WithId(IdT &&value)
bool NameHasBeenSet() const
Workspace & WithTheme(ThemeT &&value)
Workspace & WithTags(TagsT &&value)
AWS_CONNECT_API Workspace & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastModifiedRegionHasBeenSet() const
Workspace & WithVisibility(Visibility value)
Visibility GetVisibility() const
bool IdHasBeenSet() const
void SetName(NameT &&value)
Workspace & WithTitle(TitleT &&value)
bool TagsHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetDescription() const
Workspace & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetName() const
void SetTags(TagsT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetTitle(TitleT &&value)
const Aws::String & GetArn() const
AWS_CONNECT_API Workspace(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedRegion(LastModifiedRegionT &&value)
Workspace & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const WorkspaceTheme & GetTheme() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetVisibility(Visibility value)
Workspace & WithDescription(DescriptionT &&value)
const Aws::String & GetId() const
void SetDescription(DescriptionT &&value)
void SetTheme(ThemeT &&value)
const Aws::String & GetLastModifiedRegion() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue