7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename OrganizationResourceIdT = Aws::String>
61 void SetOrganizationResourceId(OrganizationResourceIdT&& value) { m_organizationResourceIdHasBeenSet =
true; m_organizationResourceId = std::forward<OrganizationResourceIdT>(value); }
62 template<
typename OrganizationResourceIdT = Aws::String>
72 template<
typename ArnT = Aws::String>
73 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
74 template<
typename ArnT = Aws::String>
84 template<
typename SecurityProfileNameT = Aws::String>
85 void SetSecurityProfileName(SecurityProfileNameT&& value) { m_securityProfileNameHasBeenSet =
true; m_securityProfileName = std::forward<SecurityProfileNameT>(value); }
86 template<
typename SecurityProfileNameT = Aws::String>
96 template<
typename DescriptionT = Aws::String>
97 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
98 template<
typename DescriptionT = Aws::String>
109 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
113 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
121 bool m_idHasBeenSet =
false;
124 bool m_organizationResourceIdHasBeenSet =
false;
127 bool m_arnHasBeenSet =
false;
130 bool m_securityProfileNameHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
136 bool m_tagsHasBeenSet =
false;
SecurityProfileSearchSummary & WithSecurityProfileName(SecurityProfileNameT &&value)
bool IdHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetSecurityProfileName(SecurityProfileNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
SecurityProfileSearchSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
SecurityProfileSearchSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetId() const
bool SecurityProfileNameHasBeenSet() const
AWS_CONNECT_API SecurityProfileSearchSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOrganizationResourceId(OrganizationResourceIdT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
const Aws::String & GetOrganizationResourceId() const
bool TagsHasBeenSet() const
AWS_CONNECT_API SecurityProfileSearchSummary()=default
SecurityProfileSearchSummary & WithArn(ArnT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
SecurityProfileSearchSummary & WithTags(TagsT &&value)
AWS_CONNECT_API SecurityProfileSearchSummary(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool OrganizationResourceIdHasBeenSet() const
SecurityProfileSearchSummary & WithOrganizationResourceId(OrganizationResourceIdT &&value)
SecurityProfileSearchSummary & WithId(IdT &&value)
const Aws::String & GetSecurityProfileName() const
void SetTags(TagsT &&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
Aws::Utils::Json::JsonValue JsonValue