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
44 inline void SetPlacementName(
const char* value) { m_placementNameHasBeenSet =
true; m_placementName.assign(value); }
58 inline void SetProjectName(
const char* value) { m_projectNameHasBeenSet =
true; m_projectName.assign(value); }
86 bool m_placementNameHasBeenSet =
false;
89 bool m_projectNameHasBeenSet =
false;
92 bool m_attributesHasBeenSet =
false;
bool PlacementNameHasBeenSet() const
AWS_IOT1CLICKPROJECTS_API CreatePlacementRequest()
bool AttributesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
const Aws::String & GetProjectName() const
const Aws::String & GetPlacementName() const
CreatePlacementRequest & AddAttributes(const char *key, Aws::String &&value)
CreatePlacementRequest & AddAttributes(Aws::String &&key, const char *value)
CreatePlacementRequest & AddAttributes(const char *key, const char *value)
CreatePlacementRequest & AddAttributes(Aws::String &&key, Aws::String &&value)
void SetPlacementName(const char *value)
CreatePlacementRequest & AddAttributes(const Aws::String &key, const Aws::String &value)
CreatePlacementRequest & AddAttributes(const Aws::String &key, Aws::String &&value)
void SetPlacementName(const Aws::String &value)
void SetPlacementName(Aws::String &&value)
CreatePlacementRequest & AddAttributes(Aws::String &&key, const Aws::String &value)
CreatePlacementRequest & WithProjectName(const Aws::String &value)
bool ProjectNameHasBeenSet() const
CreatePlacementRequest & WithProjectName(Aws::String &&value)
void SetProjectName(const char *value)
AWS_IOT1CLICKPROJECTS_API Aws::String SerializePayload() const override
CreatePlacementRequest & WithPlacementName(const char *value)
CreatePlacementRequest & WithPlacementName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreatePlacementRequest & WithAttributes(Aws::Map< Aws::String, Aws::String > &&value)
void SetAttributes(Aws::Map< Aws::String, Aws::String > &&value)
CreatePlacementRequest & WithPlacementName(Aws::String &&value)
CreatePlacementRequest & WithProjectName(const char *value)
CreatePlacementRequest & WithAttributes(const Aws::Map< Aws::String, Aws::String > &value)
void SetAttributes(const Aws::Map< Aws::String, Aws::String > &value)
void SetProjectName(Aws::String &&value)
void SetProjectName(const Aws::String &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