7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/DefaultAction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename UserPoolIdT = Aws::String>
44 m_userPoolIdHasBeenSet =
true;
45 m_userPoolId = std::forward<UserPoolIdT>(value);
47 template <
typename UserPoolIdT = Aws::String>
60 template <
typename AwsRegionT = Aws::String>
62 m_awsRegionHasBeenSet =
true;
63 m_awsRegion = std::forward<AwsRegionT>(value);
65 template <
typename AwsRegionT = Aws::String>
81 m_defaultActionHasBeenSet =
true;
82 m_defaultAction = value;
97 template <
typename AppIdClientRegexT = Aws::String>
99 m_appIdClientRegexHasBeenSet =
true;
100 m_appIdClientRegex = std::forward<AppIdClientRegexT>(value);
102 template <
typename AppIdClientRegexT = Aws::String>
116 bool m_userPoolIdHasBeenSet =
false;
117 bool m_awsRegionHasBeenSet =
false;
118 bool m_defaultActionHasBeenSet =
false;
119 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