7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/WorkspaceTheme.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename ThemeT = WorkspaceTheme>
98 m_themeHasBeenSet =
true;
99 m_theme = std::forward<ThemeT>(value);
101 template <
typename ThemeT = WorkspaceTheme>
103 SetTheme(std::forward<ThemeT>(value));
114 template <
typename TitleT = Aws::String>
116 m_titleHasBeenSet =
true;
117 m_title = std::forward<TitleT>(value);
119 template <
typename TitleT = Aws::String>
121 SetTitle(std::forward<TitleT>(value));
133 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 m_tagsHasBeenSet =
true;
136 m_tags = std::forward<TagsT>(value);
138 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
140 SetTags(std::forward<TagsT>(value));
143 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
145 m_tagsHasBeenSet =
true;
146 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
162 bool m_instanceIdHasBeenSet =
false;
163 bool m_nameHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
165 bool m_themeHasBeenSet =
false;
166 bool m_titleHasBeenSet =
false;
167 bool m_tagsHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ThemeHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
CreateWorkspaceRequest & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
CreateWorkspaceRequest & WithName(NameT &&value)
void SetTheme(ThemeT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetName() const
const Aws::String & GetInstanceId() const
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetTitle() const
const WorkspaceTheme & GetTheme() const
bool TagsHasBeenSet() const
void SetTitle(TitleT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
CreateWorkspaceRequest & WithTags(TagsT &&value)
CreateWorkspaceRequest & WithTitle(TitleT &&value)
CreateWorkspaceRequest & WithTheme(ThemeT &&value)
CreateWorkspaceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateWorkspaceRequest & WithInstanceId(InstanceIdT &&value)
bool TitleHasBeenSet() const
AWS_CONNECT_API CreateWorkspaceRequest()=default
bool InstanceIdHasBeenSet() const
void SetTags(TagsT &&value)
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