7#include <aws/iot1click-projects/IoT1ClickProjects_EXPORTS.h>
8#include <aws/iot1click-projects/IoT1ClickProjectsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
15namespace IoT1ClickProjects
42 template<
typename PlacementNameT = Aws::String>
43 void SetPlacementName(PlacementNameT&& value) { m_placementNameHasBeenSet =
true; m_placementName = std::forward<PlacementNameT>(value); }
44 template<
typename PlacementNameT = Aws::String>
54 template<
typename ProjectNameT = Aws::String>
55 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
56 template<
typename ProjectNameT = Aws::String>
67 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
68 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
69 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
71 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
73 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
79 bool m_placementNameHasBeenSet =
false;
82 bool m_projectNameHasBeenSet =
false;
85 bool m_attributesHasBeenSet =
false;
UpdatePlacementRequest & WithAttributes(AttributesT &&value)
AWS_IOT1CLICKPROJECTS_API Aws::String SerializePayload() const override
const Aws::String & GetPlacementName() const
void SetPlacementName(PlacementNameT &&value)
const Aws::String & GetProjectName() const
UpdatePlacementRequest & WithProjectName(ProjectNameT &&value)
void SetAttributes(AttributesT &&value)
UpdatePlacementRequest & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IOT1CLICKPROJECTS_API UpdatePlacementRequest()=default
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
UpdatePlacementRequest & WithPlacementName(PlacementNameT &&value)
bool ProjectNameHasBeenSet() const
bool AttributesHasBeenSet() const
bool PlacementNameHasBeenSet() const
void SetProjectName(ProjectNameT &&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