7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename UserPoolIdT = Aws::String>
43 m_userPoolIdHasBeenSet =
true;
44 m_userPoolId = std::forward<UserPoolIdT>(value);
46 template <
typename UserPoolIdT = Aws::String>
59 template <
typename AwsRegionT = Aws::String>
61 m_awsRegionHasBeenSet =
true;
62 m_awsRegion = std::forward<AwsRegionT>(value);
64 template <
typename AwsRegionT = Aws::String>
78 template <
typename AppIdClientRegexT = Aws::String>
80 m_appIdClientRegexHasBeenSet =
true;
81 m_appIdClientRegex = std::forward<AppIdClientRegexT>(value);
83 template <
typename AppIdClientRegexT = Aws::String>
95 bool m_userPoolIdHasBeenSet =
false;
96 bool m_awsRegionHasBeenSet =
false;
97 bool m_appIdClientRegexHasBeenSet =
false;
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPSYNC_API CognitoUserPoolConfig(Aws::Utils::Json::JsonView jsonValue)
void SetAwsRegion(AwsRegionT &&value)
bool AwsRegionHasBeenSet() const
const Aws::String & GetAppIdClientRegex() const
bool UserPoolIdHasBeenSet() const
void SetUserPoolId(UserPoolIdT &&value)
const Aws::String & GetUserPoolId() const
bool AppIdClientRegexHasBeenSet() const
CognitoUserPoolConfig & WithUserPoolId(UserPoolIdT &&value)
void SetAppIdClientRegex(AppIdClientRegexT &&value)
CognitoUserPoolConfig & WithAppIdClientRegex(AppIdClientRegexT &&value)
CognitoUserPoolConfig & WithAwsRegion(AwsRegionT &&value)
const Aws::String & GetAwsRegion() const
AWS_APPSYNC_API CognitoUserPoolConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API CognitoUserPoolConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue