7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/UUID.h>
43 template<
typename PortalIdT = Aws::String>
44 void SetPortalId(PortalIdT&& value) { m_portalIdHasBeenSet =
true; m_portalId = std::forward<PortalIdT>(value); }
45 template<
typename PortalIdT = Aws::String>
55 template<
typename ProjectNameT = Aws::String>
56 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
57 template<
typename ProjectNameT = Aws::String>
67 template<
typename ProjectDescriptionT = Aws::String>
68 void SetProjectDescription(ProjectDescriptionT&& value) { m_projectDescriptionHasBeenSet =
true; m_projectDescription = std::forward<ProjectDescriptionT>(value); }
69 template<
typename ProjectDescriptionT = Aws::String>
81 template<
typename ClientTokenT = Aws::String>
82 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
83 template<
typename ClientTokenT = Aws::String>
96 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
98 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
100 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
102 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
108 bool m_portalIdHasBeenSet =
false;
111 bool m_projectNameHasBeenSet =
false;
114 bool m_projectDescriptionHasBeenSet =
false;
117 bool m_clientTokenHasBeenSet =
true;
120 bool m_tagsHasBeenSet =
false;
AWS_IOTSITEWISE_API CreateProjectRequest()=default
const Aws::String & GetClientToken() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateProjectRequest & WithClientToken(ClientTokenT &&value)
CreateProjectRequest & WithPortalId(PortalIdT &&value)
void SetProjectDescription(ProjectDescriptionT &&value)
void SetPortalId(PortalIdT &&value)
void SetClientToken(ClientTokenT &&value)
CreateProjectRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool PortalIdHasBeenSet() const
const Aws::String & GetPortalId() const
bool ProjectDescriptionHasBeenSet() const
bool ClientTokenHasBeenSet() const
const Aws::String & GetProjectDescription() const
bool ProjectNameHasBeenSet() const
void SetProjectName(ProjectNameT &&value)
bool TagsHasBeenSet() const
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
CreateProjectRequest & WithProjectDescription(ProjectDescriptionT &&value)
CreateProjectRequest & WithProjectName(ProjectNameT &&value)
const Aws::String & GetProjectName() const
void SetTags(TagsT &&value)
CreateProjectRequest & WithTags(TagsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
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