7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename UserPoolIdT = Aws::String>
48 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
49 template<
typename UserPoolIdT = Aws::String>
59 template<
typename AwsRegionT = Aws::String>
60 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
61 template<
typename AwsRegionT = Aws::String>
72 template<
typename AppIdClientRegexT = Aws::String>
73 void SetAppIdClientRegex(AppIdClientRegexT&& value) { m_appIdClientRegexHasBeenSet =
true; m_appIdClientRegex = std::forward<AppIdClientRegexT>(value); }
74 template<
typename AppIdClientRegexT = Aws::String>
80 bool m_userPoolIdHasBeenSet =
false;
83 bool m_awsRegionHasBeenSet =
false;
86 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