7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
10#include <aws/verifiedpermissions/model/CognitoGroupConfiguration.h>
21namespace VerifiedPermissions {
55 template <
typename UserPoolArnT = Aws::String>
57 m_userPoolArnHasBeenSet =
true;
58 m_userPoolArn = std::forward<UserPoolArnT>(value);
60 template <
typename UserPoolArnT = Aws::String>
75 template <
typename ClientIdsT = Aws::Vector<Aws::String>>
77 m_clientIdsHasBeenSet =
true;
78 m_clientIds = std::forward<ClientIdsT>(value);
80 template <
typename ClientIdsT = Aws::Vector<Aws::String>>
85 template <
typename ClientIdsT = Aws::String>
87 m_clientIdsHasBeenSet =
true;
88 m_clientIds.emplace_back(std::forward<ClientIdsT>(value));
100 template <
typename GroupConfigurationT = CognitoGroupConfiguration>
102 m_groupConfigurationHasBeenSet =
true;
103 m_groupConfiguration = std::forward<GroupConfigurationT>(value);
105 template <
typename GroupConfigurationT = CognitoGroupConfiguration>
117 bool m_userPoolArnHasBeenSet =
false;
118 bool m_clientIdsHasBeenSet =
false;
119 bool m_groupConfigurationHasBeenSet =
false;
bool UserPoolArnHasBeenSet() const
CognitoUserPoolConfiguration & WithClientIds(ClientIdsT &&value)
void SetGroupConfiguration(GroupConfigurationT &&value)
const Aws::Vector< Aws::String > & GetClientIds() const
CognitoUserPoolConfiguration & WithUserPoolArn(UserPoolArnT &&value)
AWS_VERIFIEDPERMISSIONS_API CognitoUserPoolConfiguration()=default
AWS_VERIFIEDPERMISSIONS_API CognitoUserPoolConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_VERIFIEDPERMISSIONS_API CognitoUserPoolConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClientIdsHasBeenSet() const
void SetClientIds(ClientIdsT &&value)
const CognitoGroupConfiguration & GetGroupConfiguration() const
CognitoUserPoolConfiguration & WithGroupConfiguration(GroupConfigurationT &&value)
CognitoUserPoolConfiguration & AddClientIds(ClientIdsT &&value)
bool GroupConfigurationHasBeenSet() const
const Aws::String & GetUserPoolArn() const
void SetUserPoolArn(UserPoolArnT &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue