7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appsync/model/DefaultAction.h>
48 template<
typename UserPoolIdT = Aws::String>
49 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
50 template<
typename UserPoolIdT = Aws::String>
60 template<
typename AwsRegionT = Aws::String>
61 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
62 template<
typename AwsRegionT = Aws::String>
85 template<
typename AppIdClientRegexT = Aws::String>
86 void SetAppIdClientRegex(AppIdClientRegexT&& value) { m_appIdClientRegexHasBeenSet =
true; m_appIdClientRegex = std::forward<AppIdClientRegexT>(value); }
87 template<
typename AppIdClientRegexT = Aws::String>
93 bool m_userPoolIdHasBeenSet =
false;
96 bool m_awsRegionHasBeenSet =
false;
99 bool m_defaultActionHasBeenSet =
false;
102 bool m_appIdClientRegexHasBeenSet =
false;
AWS_APPSYNC_API UserPoolConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPSYNC_API UserPoolConfig()=default
bool AwsRegionHasBeenSet() const
bool DefaultActionHasBeenSet() const
void SetAppIdClientRegex(AppIdClientRegexT &&value)
const Aws::String & GetAppIdClientRegex() const
UserPoolConfig & WithAwsRegion(AwsRegionT &&value)
void SetAwsRegion(AwsRegionT &&value)
bool UserPoolIdHasBeenSet() const
const Aws::String & GetUserPoolId() const
AWS_APPSYNC_API UserPoolConfig(Aws::Utils::Json::JsonView jsonValue)
UserPoolConfig & WithUserPoolId(UserPoolIdT &&value)
UserPoolConfig & WithAppIdClientRegex(AppIdClientRegexT &&value)
UserPoolConfig & WithDefaultAction(DefaultAction value)
void SetDefaultAction(DefaultAction value)
DefaultAction GetDefaultAction() const
const Aws::String & GetAwsRegion() const
bool AppIdClientRegexHasBeenSet() const
void SetUserPoolId(UserPoolIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue