7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/SecurityHubRequest.h>
11#include <aws/securityhub/SecurityHub_EXPORTS.h>
12#include <aws/securityhub/model/CspmProviderConfiguration.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
77 template <
typename Prov
iderT = CspmProv
iderConfiguration>
79 m_providerHasBeenSet =
true;
80 m_provider = std::forward<ProviderT>(value);
82 template <
typename Prov
iderT = CspmProv
iderConfiguration>
95 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 m_tagsHasBeenSet =
true;
98 m_tags = std::forward<TagsT>(value);
100 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 SetTags(std::forward<TagsT>(value));
105 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
107 m_tagsHasBeenSet =
true;
108 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
119 template <
typename ClientTokenT = Aws::String>
121 m_clientTokenHasBeenSet =
true;
122 m_clientToken = std::forward<ClientTokenT>(value);
124 template <
typename ClientTokenT = Aws::String>
140 bool m_nameHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
142 bool m_providerHasBeenSet =
false;
143 bool m_tagsHasBeenSet =
false;
144 bool m_clientTokenHasBeenSet =
true;
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
CreateConnectorRequest & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
CreateConnectorRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool ClientTokenHasBeenSet() const
CreateConnectorRequest & WithTags(TagsT &&value)
CreateConnectorRequest & WithProvider(ProviderT &&value)
void SetName(NameT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetDescription() const
CreateConnectorRequest & WithDescription(DescriptionT &&value)
bool ProviderHasBeenSet() const
void SetProvider(ProviderT &&value)
void SetDescription(DescriptionT &&value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
CreateConnectorRequest & WithClientToken(ClientTokenT &&value)
bool NameHasBeenSet() const
AWS_SECURITYHUB_API CreateConnectorRequest()=default
const CspmProviderConfiguration & GetProvider() 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