7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/iot-managed-integrations/IoTManagedIntegrationsRequest.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>
16namespace IoTManagedIntegrations
45 template<
typename ClientTokenT = Aws::String>
46 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
47 template<
typename ClientTokenT = Aws::String>
57 template<
typename ConnectorDestinationIdT = Aws::String>
58 void SetConnectorDestinationId(ConnectorDestinationIdT&& value) { m_connectorDestinationIdHasBeenSet =
true; m_connectorDestinationId = std::forward<ConnectorDestinationIdT>(value); }
59 template<
typename ConnectorDestinationIdT = Aws::String>
69 template<
typename NameT = Aws::String>
70 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
71 template<
typename NameT = Aws::String>
81 template<
typename DescriptionT = Aws::String>
82 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
83 template<
typename DescriptionT = Aws::String>
93 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
99 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
105 bool m_clientTokenHasBeenSet =
true;
108 bool m_connectorDestinationIdHasBeenSet =
false;
111 bool m_nameHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
117 bool m_tagsHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateAccountAssociationRequest & WithTags(TagsT &&value)
CreateAccountAssociationRequest & WithConnectorDestinationId(ConnectorDestinationIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API CreateAccountAssociationRequest()=default
void SetName(NameT &&value)
bool ClientTokenHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetDescription() const
CreateAccountAssociationRequest & WithClientToken(ClientTokenT &&value)
void SetConnectorDestinationId(ConnectorDestinationIdT &&value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
bool NameHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
bool ConnectorDestinationIdHasBeenSet() const
CreateAccountAssociationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetClientToken(ClientTokenT &&value)
CreateAccountAssociationRequest & WithName(NameT &&value)
CreateAccountAssociationRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetConnectorDestinationId() const
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