7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename UserPoolIdT = Aws::String>
42 m_userPoolIdHasBeenSet =
true;
43 m_userPoolId = std::forward<UserPoolIdT>(value);
45 template <
typename UserPoolIdT = Aws::String>
58 template <
typename AwsRegionT = Aws::String>
60 m_awsRegionHasBeenSet =
true;
61 m_awsRegion = std::forward<AwsRegionT>(value);
63 template <
typename AwsRegionT = Aws::String>
77 template <
typename AppIdClientRegexT = Aws::String>
79 m_appIdClientRegexHasBeenSet =
true;
80 m_appIdClientRegex = std::forward<AppIdClientRegexT>(value);
82 template <
typename AppIdClientRegexT = Aws::String>
94 bool m_userPoolIdHasBeenSet =
false;
95 bool m_awsRegionHasBeenSet =
false;
96 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