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/UpdateCognitoGroupConfiguration.h>
23namespace VerifiedPermissions
52 template<
typename UserPoolArnT = Aws::String>
53 void SetUserPoolArn(UserPoolArnT&& value) { m_userPoolArnHasBeenSet =
true; m_userPoolArn = std::forward<UserPoolArnT>(value); }
54 template<
typename UserPoolArnT = Aws::String>
65 template<
typename ClientIdsT = Aws::Vector<Aws::String>>
66 void SetClientIds(ClientIdsT&& value) { m_clientIdsHasBeenSet =
true; m_clientIds = std::forward<ClientIdsT>(value); }
67 template<
typename ClientIdsT = Aws::Vector<Aws::String>>
69 template<
typename ClientIdsT = Aws::String>
80 template<
typename GroupConfigurationT = UpdateCognitoGroupConfiguration>
81 void SetGroupConfiguration(GroupConfigurationT&& value) { m_groupConfigurationHasBeenSet =
true; m_groupConfiguration = std::forward<GroupConfigurationT>(value); }
82 template<
typename GroupConfigurationT = UpdateCognitoGroupConfiguration>
88 bool m_userPoolArnHasBeenSet =
false;
91 bool m_clientIdsHasBeenSet =
false;
94 bool m_groupConfigurationHasBeenSet =
false;
const UpdateCognitoGroupConfiguration & GetGroupConfiguration() const
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetUserPoolArn() const
void SetUserPoolArn(UserPoolArnT &&value)
void SetClientIds(ClientIdsT &&value)
bool ClientIdsHasBeenSet() const
UpdateCognitoUserPoolConfiguration & WithGroupConfiguration(GroupConfigurationT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdateCognitoUserPoolConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGroupConfiguration(GroupConfigurationT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdateCognitoUserPoolConfiguration()=default
bool GroupConfigurationHasBeenSet() const
UpdateCognitoUserPoolConfiguration & AddClientIds(ClientIdsT &&value)
bool UserPoolArnHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API UpdateCognitoUserPoolConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetClientIds() const
UpdateCognitoUserPoolConfiguration & WithClientIds(ClientIdsT &&value)
UpdateCognitoUserPoolConfiguration & WithUserPoolArn(UserPoolArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue