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>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetOrganizationResourceId(
const char* value) { m_organizationResourceIdHasBeenSet =
true; m_organizationResourceId.assign(value); }
77 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
78 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
92 inline void SetSecurityProfileName(
const char* value) { m_securityProfileNameHasBeenSet =
true; m_securityProfileName.assign(value); }
106 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
134 bool m_idHasBeenSet =
false;
137 bool m_organizationResourceIdHasBeenSet =
false;
140 bool m_arnHasBeenSet =
false;
143 bool m_securityProfileNameHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 bool m_tagsHasBeenSet =
false;
SecurityProfileSearchSummary & WithId(const Aws::String &value)
void SetArn(const Aws::String &value)
bool IdHasBeenSet() const
SecurityProfileSearchSummary & AddTags(const char *key, Aws::String &&value)
SecurityProfileSearchSummary & WithSecurityProfileName(const Aws::String &value)
void SetArn(const char *value)
SecurityProfileSearchSummary & WithOrganizationResourceId(const Aws::String &value)
void SetId(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
SecurityProfileSearchSummary & WithId(const char *value)
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
SecurityProfileSearchSummary & AddTags(Aws::String &&key, const char *value)
SecurityProfileSearchSummary & WithArn(const Aws::String &value)
SecurityProfileSearchSummary & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
SecurityProfileSearchSummary & WithSecurityProfileName(Aws::String &&value)
void SetArn(Aws::String &&value)
SecurityProfileSearchSummary & AddTags(const Aws::String &key, Aws::String &&value)
SecurityProfileSearchSummary & WithOrganizationResourceId(const char *value)
const Aws::String & GetId() const
bool SecurityProfileNameHasBeenSet() const
AWS_CONNECT_API SecurityProfileSearchSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SecurityProfileSearchSummary & AddTags(const char *key, const char *value)
const Aws::String & GetDescription() const
SecurityProfileSearchSummary & AddTags(Aws::String &&key, Aws::String &&value)
SecurityProfileSearchSummary & WithArn(Aws::String &&value)
void SetId(Aws::String &&value)
SecurityProfileSearchSummary & WithArn(const char *value)
bool DescriptionHasBeenSet() const
const Aws::String & GetOrganizationResourceId() const
void SetSecurityProfileName(const Aws::String &value)
AWS_CONNECT_API SecurityProfileSearchSummary()
SecurityProfileSearchSummary & WithDescription(Aws::String &&value)
bool TagsHasBeenSet() const
void SetSecurityProfileName(const char *value)
void SetOrganizationResourceId(Aws::String &&value)
void SetSecurityProfileName(Aws::String &&value)
void SetOrganizationResourceId(const char *value)
void SetId(const Aws::String &value)
SecurityProfileSearchSummary & AddTags(const Aws::String &key, const Aws::String &value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
SecurityProfileSearchSummary & WithSecurityProfileName(const char *value)
SecurityProfileSearchSummary & WithOrganizationResourceId(Aws::String &&value)
void SetOrganizationResourceId(const Aws::String &value)
AWS_CONNECT_API SecurityProfileSearchSummary(Aws::Utils::Json::JsonView jsonValue)
SecurityProfileSearchSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
SecurityProfileSearchSummary & AddTags(Aws::String &&key, const Aws::String &value)
SecurityProfileSearchSummary & WithId(Aws::String &&value)
void SetDescription(Aws::String &&value)
bool OrganizationResourceIdHasBeenSet() const
void SetDescription(const Aws::String &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
SecurityProfileSearchSummary & WithDescription(const Aws::String &value)
void SetDescription(const char *value)
SecurityProfileSearchSummary & WithDescription(const char *value)
const Aws::String & GetSecurityProfileName() const
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