7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/Inspector2Request.h>
9#include <aws/inspector2/model/CreateIntegrationDetail.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/inspector2/model/IntegrationType.h>
44 template<
typename DetailsT = CreateIntegrationDetail>
45 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
46 template<
typename DetailsT = CreateIntegrationDetail>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
69 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
70 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
72 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
74 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
90 bool m_detailsHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
96 bool m_tagsHasBeenSet =
false;
99 bool m_typeHasBeenSet =
false;
bool NameHasBeenSet() const
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
const CreateIntegrationDetail & GetDetails() const
CreateCodeSecurityIntegrationRequest & WithTags(TagsT &&value)
void SetName(NameT &&value)
IntegrationType GetType() const
virtual const char * GetServiceRequestName() const override
CreateCodeSecurityIntegrationRequest & WithName(NameT &&value)
CreateCodeSecurityIntegrationRequest & WithType(IntegrationType value)
bool DetailsHasBeenSet() const
bool TypeHasBeenSet() const
CreateCodeSecurityIntegrationRequest & WithDetails(DetailsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_INSPECTOR2_API CreateCodeSecurityIntegrationRequest()=default
AWS_INSPECTOR2_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
void SetDetails(DetailsT &&value)
void SetType(IntegrationType value)
CreateCodeSecurityIntegrationRequest & AddTags(TagsKeyT &&key, TagsValueT &&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