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/CognitoGroupConfigurationDetail.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>
92 template<
typename IssuerT = Aws::String>
93 void SetIssuer(IssuerT&& value) { m_issuerHasBeenSet =
true; m_issuer = std::forward<IssuerT>(value); }
94 template<
typename IssuerT = Aws::String>
105 template<
typename GroupConfigurationT = CognitoGroupConfigurationDetail>
106 void SetGroupConfiguration(GroupConfigurationT&& value) { m_groupConfigurationHasBeenSet =
true; m_groupConfiguration = std::forward<GroupConfigurationT>(value); }
107 template<
typename GroupConfigurationT = CognitoGroupConfigurationDetail>
113 bool m_userPoolArnHasBeenSet =
false;
116 bool m_clientIdsHasBeenSet =
false;
119 bool m_issuerHasBeenSet =
false;
122 bool m_groupConfigurationHasBeenSet =
false;
const CognitoGroupConfigurationDetail & GetGroupConfiguration() const
bool ClientIdsHasBeenSet() const
CognitoUserPoolConfigurationDetail & WithGroupConfiguration(GroupConfigurationT &&value)
void SetGroupConfiguration(GroupConfigurationT &&value)
AWS_VERIFIEDPERMISSIONS_API CognitoUserPoolConfigurationDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
CognitoUserPoolConfigurationDetail & AddClientIds(ClientIdsT &&value)
bool GroupConfigurationHasBeenSet() const
const Aws::String & GetUserPoolArn() const
bool UserPoolArnHasBeenSet() const
CognitoUserPoolConfigurationDetail & WithClientIds(ClientIdsT &&value)
void SetIssuer(IssuerT &&value)
CognitoUserPoolConfigurationDetail & WithIssuer(IssuerT &&value)
const Aws::Vector< Aws::String > & GetClientIds() const
AWS_VERIFIEDPERMISSIONS_API CognitoUserPoolConfigurationDetail()=default
const Aws::String & GetIssuer() const
void SetUserPoolArn(UserPoolArnT &&value)
CognitoUserPoolConfigurationDetail & WithUserPoolArn(UserPoolArnT &&value)
void SetClientIds(ClientIdsT &&value)
bool IssuerHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API CognitoUserPoolConfigurationDetail(Aws::Utils::Json::JsonView jsonValue)
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