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 ProjectIdT = Aws::String>
44 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
45 template<
typename ProjectIdT = Aws::String>
55 template<
typename DashboardNameT = Aws::String>
56 void SetDashboardName(DashboardNameT&& value) { m_dashboardNameHasBeenSet =
true; m_dashboardName = std::forward<DashboardNameT>(value); }
57 template<
typename DashboardNameT = Aws::String>
67 template<
typename DashboardDescriptionT = Aws::String>
68 void SetDashboardDescription(DashboardDescriptionT&& value) { m_dashboardDescriptionHasBeenSet =
true; m_dashboardDescription = std::forward<DashboardDescriptionT>(value); }
69 template<
typename DashboardDescriptionT = Aws::String>
85 template<
typename DashboardDefinitionT = Aws::String>
86 void SetDashboardDefinition(DashboardDefinitionT&& value) { m_dashboardDefinitionHasBeenSet =
true; m_dashboardDefinition = std::forward<DashboardDefinitionT>(value); }
87 template<
typename DashboardDefinitionT = Aws::String>
99 template<
typename ClientTokenT = Aws::String>
100 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
101 template<
typename ClientTokenT = Aws::String>
114 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
115 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
116 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
118 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
120 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
126 bool m_projectIdHasBeenSet =
false;
129 bool m_dashboardNameHasBeenSet =
false;
132 bool m_dashboardDescriptionHasBeenSet =
false;
135 bool m_dashboardDefinitionHasBeenSet =
false;
138 bool m_clientTokenHasBeenSet =
true;
141 bool m_tagsHasBeenSet =
false;
const Aws::String & GetClientToken() const
const Aws::String & GetProjectId() const
bool DashboardNameHasBeenSet() const
const Aws::String & GetDashboardDefinition() const
CreateDashboardRequest & WithDashboardDescription(DashboardDescriptionT &&value)
void SetProjectId(ProjectIdT &&value)
CreateDashboardRequest & WithClientToken(ClientTokenT &&value)
CreateDashboardRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetDashboardName() const
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
CreateDashboardRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateDashboardRequest & WithDashboardName(DashboardNameT &&value)
CreateDashboardRequest & WithDashboardDefinition(DashboardDefinitionT &&value)
bool ClientTokenHasBeenSet() const
void SetDashboardDescription(DashboardDescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ProjectIdHasBeenSet() const
CreateDashboardRequest & WithProjectId(ProjectIdT &&value)
void SetDashboardName(DashboardNameT &&value)
const Aws::String & GetDashboardDescription() const
virtual const char * GetServiceRequestName() const override
bool DashboardDescriptionHasBeenSet() const
AWS_IOTSITEWISE_API CreateDashboardRequest()=default
void SetClientToken(ClientTokenT &&value)
bool DashboardDefinitionHasBeenSet() const
void SetDashboardDefinition(DashboardDefinitionT &&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