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/UpdateCognitoGroupConfiguration.h>
21namespace VerifiedPermissions {
46 template <
typename UserPoolArnT = Aws::String>
48 m_userPoolArnHasBeenSet =
true;
49 m_userPoolArn = std::forward<UserPoolArnT>(value);
51 template <
typename UserPoolArnT = Aws::String>
65 template <
typename ClientIdsT = Aws::Vector<Aws::String>>
67 m_clientIdsHasBeenSet =
true;
68 m_clientIds = std::forward<ClientIdsT>(value);
70 template <
typename ClientIdsT = Aws::Vector<Aws::String>>
75 template <
typename ClientIdsT = Aws::String>
77 m_clientIdsHasBeenSet =
true;
78 m_clientIds.emplace_back(std::forward<ClientIdsT>(value));
90 template <
typename GroupConfigurationT = UpdateCognitoGroupConfiguration>
92 m_groupConfigurationHasBeenSet =
true;
93 m_groupConfiguration = std::forward<GroupConfigurationT>(value);
95 template <
typename GroupConfigurationT = UpdateCognitoGroupConfiguration>
107 bool m_userPoolArnHasBeenSet =
false;
108 bool m_clientIdsHasBeenSet =
false;
109 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