7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename OrganizationResourceIdT = Aws::String>
62 m_organizationResourceIdHasBeenSet =
true;
63 m_organizationResourceId = std::forward<OrganizationResourceIdT>(value);
65 template <
typename OrganizationResourceIdT = Aws::String>
78 template <
typename ArnT = Aws::String>
80 m_arnHasBeenSet =
true;
81 m_arn = std::forward<ArnT>(value);
83 template <
typename ArnT = Aws::String>
85 SetArn(std::forward<ArnT>(value));
96 template <
typename SecurityProfileNameT = Aws::String>
98 m_securityProfileNameHasBeenSet =
true;
99 m_securityProfileName = std::forward<SecurityProfileNameT>(value);
101 template <
typename SecurityProfileNameT = Aws::String>
114 template <
typename DescriptionT = Aws::String>
116 m_descriptionHasBeenSet =
true;
117 m_description = std::forward<DescriptionT>(value);
119 template <
typename DescriptionT = Aws::String>
133 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 m_tagsHasBeenSet =
true;
136 m_tags = std::forward<TagsT>(value);
138 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
140 SetTags(std::forward<TagsT>(value));
143 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
145 m_tagsHasBeenSet =
true;
146 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
162 bool m_idHasBeenSet =
false;
163 bool m_organizationResourceIdHasBeenSet =
false;
164 bool m_arnHasBeenSet =
false;
165 bool m_securityProfileNameHasBeenSet =
false;
166 bool m_descriptionHasBeenSet =
false;
167 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