7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AuthCodeEntityType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename SecurityProfileIdsT = Aws::Vector<Aws::String>>
46 m_securityProfileIdsHasBeenSet =
true;
47 m_securityProfileIds = std::forward<SecurityProfileIdsT>(value);
49 template <
typename SecurityProfileIdsT = Aws::Vector<Aws::String>>
54 template <
typename SecurityProfileIdsT = Aws::String>
56 m_securityProfileIdsHasBeenSet =
true;
57 m_securityProfileIds.emplace_back(std::forward<SecurityProfileIdsT>(value));
69 m_entityTypeHasBeenSet =
true;
84 template <
typename EntityIdT = Aws::String>
86 m_entityIdHasBeenSet =
true;
87 m_entityId = std::forward<EntityIdT>(value);
89 template <
typename EntityIdT = Aws::String>
102 template <
typename DomainNameT = Aws::String>
104 m_domainNameHasBeenSet =
true;
105 m_domainName = std::forward<DomainNameT>(value);
107 template <
typename DomainNameT = Aws::String>
121 bool m_securityProfileIdsHasBeenSet =
false;
122 bool m_entityTypeHasBeenSet =
false;
123 bool m_entityIdHasBeenSet =
false;
124 bool m_domainNameHasBeenSet =
false;
bool SecurityProfileIdsHasBeenSet() const
AuthCodeEntityType GetEntityType() const
bool EntityTypeHasBeenSet() const
AuthScope & WithSecurityProfileIds(SecurityProfileIdsT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEntityType(AuthCodeEntityType value)
AuthScope & WithEntityId(EntityIdT &&value)
const Aws::Vector< Aws::String > & GetSecurityProfileIds() const
void SetDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
const Aws::String & GetDomainName() const
void SetEntityId(EntityIdT &&value)
const Aws::String & GetEntityId() const
AWS_CONNECT_API AuthScope(Aws::Utils::Json::JsonView jsonValue)
bool EntityIdHasBeenSet() const
AuthScope & WithEntityType(AuthCodeEntityType value)
AuthScope & AddSecurityProfileIds(SecurityProfileIdsT &&value)
void SetSecurityProfileIds(SecurityProfileIdsT &&value)
AuthScope & WithDomainName(DomainNameT &&value)
AWS_CONNECT_API AuthScope & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API AuthScope()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue