7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetUserPoolId(
const char* value) { m_userPoolIdHasBeenSet =
true; m_userPoolId.assign(value); }
62 inline void SetAwsRegion(
const char* value) { m_awsRegionHasBeenSet =
true; m_awsRegion.assign(value); }
77 inline void SetAppIdClientRegex(
const char* value) { m_appIdClientRegexHasBeenSet =
true; m_appIdClientRegex.assign(value); }
85 bool m_userPoolIdHasBeenSet =
false;
88 bool m_awsRegionHasBeenSet =
false;
91 bool m_appIdClientRegexHasBeenSet =
false;
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPSYNC_API CognitoConfig()
void SetAwsRegion(Aws::String &&value)
CognitoConfig & WithUserPoolId(Aws::String &&value)
void SetUserPoolId(const Aws::String &value)
bool UserPoolIdHasBeenSet() const
CognitoConfig & WithAppIdClientRegex(const Aws::String &value)
void SetUserPoolId(const char *value)
void SetAwsRegion(const char *value)
void SetAppIdClientRegex(const Aws::String &value)
CognitoConfig & WithUserPoolId(const Aws::String &value)
CognitoConfig & WithAppIdClientRegex(const char *value)
AWS_APPSYNC_API CognitoConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAwsRegion() const
CognitoConfig & WithAwsRegion(const Aws::String &value)
CognitoConfig & WithUserPoolId(const char *value)
const Aws::String & GetAppIdClientRegex() const
void SetAppIdClientRegex(Aws::String &&value)
bool AppIdClientRegexHasBeenSet() const
bool AwsRegionHasBeenSet() const
const Aws::String & GetUserPoolId() const
CognitoConfig & WithAppIdClientRegex(Aws::String &&value)
AWS_APPSYNC_API CognitoConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAwsRegion(const Aws::String &value)
void SetUserPoolId(Aws::String &&value)
void SetAppIdClientRegex(const char *value)
CognitoConfig & WithAwsRegion(Aws::String &&value)
CognitoConfig & WithAwsRegion(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue