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/iotsitewise/model/GatewayPlatform.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
45 inline void SetGatewayName(
const char* value) { m_gatewayNameHasBeenSet =
true; m_gatewayName.assign(value); }
82 inline CreateGatewayRequest&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
87 bool m_gatewayNameHasBeenSet =
false;
90 bool m_gatewayPlatformHasBeenSet =
false;
93 bool m_tagsHasBeenSet =
false;
CreateGatewayRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetGatewayName(const char *value)
void SetGatewayPlatform(GatewayPlatform &&value)
CreateGatewayRequest & AddTags(Aws::String &&key, Aws::String &&value)
void SetGatewayPlatform(const GatewayPlatform &value)
const Aws::String & GetGatewayName() const
virtual const char * GetServiceRequestName() const override
CreateGatewayRequest & WithGatewayPlatform(const GatewayPlatform &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetGatewayName(const Aws::String &value)
void SetGatewayName(Aws::String &&value)
bool TagsHasBeenSet() const
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
bool GatewayPlatformHasBeenSet() const
CreateGatewayRequest & WithGatewayName(Aws::String &&value)
bool GatewayNameHasBeenSet() const
CreateGatewayRequest & WithGatewayName(const Aws::String &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateGatewayRequest & WithGatewayPlatform(GatewayPlatform &&value)
CreateGatewayRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateGatewayRequest & WithGatewayName(const char *value)
CreateGatewayRequest & AddTags(const char *key, Aws::String &&value)
CreateGatewayRequest & AddTags(Aws::String &&key, const char *value)
const GatewayPlatform & GetGatewayPlatform() const
CreateGatewayRequest & AddTags(Aws::String &&key, const Aws::String &value)
CreateGatewayRequest & AddTags(const char *key, const char *value)
CreateGatewayRequest & AddTags(const Aws::String &key, Aws::String &&value)
AWS_IOTSITEWISE_API CreateGatewayRequest()
CreateGatewayRequest & AddTags(const Aws::String &key, 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