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/CognitoGroupConfigurationItem.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));
102 template <
typename IssuerT = Aws::String>
104 m_issuerHasBeenSet =
true;
105 m_issuer = std::forward<IssuerT>(value);
107 template <
typename IssuerT = Aws::String>
121 template <
typename GroupConfigurationT = CognitoGroupConfigurationItem>
123 m_groupConfigurationHasBeenSet =
true;
124 m_groupConfiguration = std::forward<GroupConfigurationT>(value);
126 template <
typename GroupConfigurationT = CognitoGroupConfigurationItem>
140 bool m_userPoolArnHasBeenSet =
false;
141 bool m_clientIdsHasBeenSet =
false;
142 bool m_issuerHasBeenSet =
false;
143 bool m_groupConfigurationHasBeenSet =
false;
bool ClientIdsHasBeenSet() const
bool GroupConfigurationHasBeenSet() const
void SetGroupConfiguration(GroupConfigurationT &&value)
CognitoUserPoolConfigurationItem & WithClientIds(ClientIdsT &&value)
CognitoUserPoolConfigurationItem & WithIssuer(IssuerT &&value)
CognitoUserPoolConfigurationItem & WithUserPoolArn(UserPoolArnT &&value)
AWS_VERIFIEDPERMISSIONS_API CognitoUserPoolConfigurationItem()=default
void SetIssuer(IssuerT &&value)
const Aws::String & GetUserPoolArn() const
CognitoUserPoolConfigurationItem & WithGroupConfiguration(GroupConfigurationT &&value)
bool IssuerHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API CognitoUserPoolConfigurationItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetClientIds() const
const CognitoGroupConfigurationItem & GetGroupConfiguration() const
void SetClientIds(ClientIdsT &&value)
bool UserPoolArnHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIssuer() const
AWS_VERIFIEDPERMISSIONS_API CognitoUserPoolConfigurationItem(Aws::Utils::Json::JsonView jsonValue)
void SetUserPoolArn(UserPoolArnT &&value)
CognitoUserPoolConfigurationItem & AddClientIds(ClientIdsT &&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