7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename UserPoolIdT = Aws::String>
47 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
48 template<
typename UserPoolIdT = Aws::String>
58 template<
typename AwsRegionT = Aws::String>
59 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
60 template<
typename AwsRegionT = Aws::String>
71 template<
typename AppIdClientRegexT = Aws::String>
72 void SetAppIdClientRegex(AppIdClientRegexT&& value) { m_appIdClientRegexHasBeenSet =
true; m_appIdClientRegex = std::forward<AppIdClientRegexT>(value); }
73 template<
typename AppIdClientRegexT = Aws::String>
79 bool m_userPoolIdHasBeenSet =
false;
82 bool m_awsRegionHasBeenSet =
false;
85 bool m_appIdClientRegexHasBeenSet =
false;
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAppIdClientRegex(AppIdClientRegexT &&value)
AWS_APPSYNC_API CognitoConfig()=default
void SetUserPoolId(UserPoolIdT &&value)
CognitoConfig & WithUserPoolId(UserPoolIdT &&value)
bool UserPoolIdHasBeenSet() const
CognitoConfig & WithAwsRegion(AwsRegionT &&value)
CognitoConfig & WithAppIdClientRegex(AppIdClientRegexT &&value)
AWS_APPSYNC_API CognitoConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAwsRegion() const
void SetAwsRegion(AwsRegionT &&value)
const Aws::String & GetAppIdClientRegex() const
bool AppIdClientRegexHasBeenSet() const
bool AwsRegionHasBeenSet() const
const Aws::String & GetUserPoolId() const
AWS_APPSYNC_API CognitoConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue