7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/verifiedpermissions/model/CognitoGroupConfiguration.h>
23namespace VerifiedPermissions
61 template<
typename UserPoolArnT = Aws::String>
62 void SetUserPoolArn(UserPoolArnT&& value) { m_userPoolArnHasBeenSet =
true; m_userPoolArn = std::forward<UserPoolArnT>(value); }
63 template<
typename UserPoolArnT = Aws::String>
75 template<
typename ClientIdsT = Aws::Vector<Aws::String>>
76 void SetClientIds(ClientIdsT&& value) { m_clientIdsHasBeenSet =
true; m_clientIds = std::forward<ClientIdsT>(value); }
77 template<
typename ClientIdsT = Aws::Vector<Aws::String>>
79 template<
typename ClientIdsT = Aws::String>
90 template<
typename GroupConfigurationT = CognitoGroupConfiguration>
91 void SetGroupConfiguration(GroupConfigurationT&& value) { m_groupConfigurationHasBeenSet =
true; m_groupConfiguration = std::forward<GroupConfigurationT>(value); }
92 template<
typename GroupConfigurationT = CognitoGroupConfiguration>
98 bool m_userPoolArnHasBeenSet =
false;
101 bool m_clientIdsHasBeenSet =
false;
104 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