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>
43 template<
typename GatewayNameT = Aws::String>
44 void SetGatewayName(GatewayNameT&& value) { m_gatewayNameHasBeenSet =
true; m_gatewayName = std::forward<GatewayNameT>(value); }
45 template<
typename GatewayNameT = Aws::String>
55 template<
typename GatewayPlatformT = GatewayPlatform>
56 void SetGatewayPlatform(GatewayPlatformT&& value) { m_gatewayPlatformHasBeenSet =
true; m_gatewayPlatform = std::forward<GatewayPlatformT>(value); }
57 template<
typename GatewayPlatformT = GatewayPlatform>
75 template<
typename GatewayVersionT = Aws::String>
76 void SetGatewayVersion(GatewayVersionT&& value) { m_gatewayVersionHasBeenSet =
true; m_gatewayVersion = std::forward<GatewayVersionT>(value); }
77 template<
typename GatewayVersionT = Aws::String>
90 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
91 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
92 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
96 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
102 bool m_gatewayNameHasBeenSet =
false;
105 bool m_gatewayPlatformHasBeenSet =
false;
108 bool m_gatewayVersionHasBeenSet =
false;
111 bool m_tagsHasBeenSet =
false;
const Aws::String & GetGatewayVersion() const
bool GatewayVersionHasBeenSet() const
const Aws::String & GetGatewayName() const
virtual const char * GetServiceRequestName() const override
void SetGatewayPlatform(GatewayPlatformT &&value)
void SetGatewayVersion(GatewayVersionT &&value)
CreateGatewayRequest & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
CreateGatewayRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetGatewayName(GatewayNameT &&value)
bool GatewayPlatformHasBeenSet() const
bool GatewayNameHasBeenSet() const
CreateGatewayRequest & WithGatewayVersion(GatewayVersionT &&value)
CreateGatewayRequest & WithGatewayName(GatewayNameT &&value)
CreateGatewayRequest & WithGatewayPlatform(GatewayPlatformT &&value)
AWS_IOTSITEWISE_API CreateGatewayRequest()=default
void SetTags(TagsT &&value)
const GatewayPlatform & GetGatewayPlatform() const
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