7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyBackend
47 template<
typename AwsCognitoIdentityPoolIdT = Aws::String>
48 void SetAwsCognitoIdentityPoolId(AwsCognitoIdentityPoolIdT&& value) { m_awsCognitoIdentityPoolIdHasBeenSet =
true; m_awsCognitoIdentityPoolId = std::forward<AwsCognitoIdentityPoolIdT>(value); }
49 template<
typename AwsCognitoIdentityPoolIdT = Aws::String>
59 template<
typename AwsCognitoRegionT = Aws::String>
60 void SetAwsCognitoRegion(AwsCognitoRegionT&& value) { m_awsCognitoRegionHasBeenSet =
true; m_awsCognitoRegion = std::forward<AwsCognitoRegionT>(value); }
61 template<
typename AwsCognitoRegionT = Aws::String>
72 template<
typename AwsUserPoolsIdT = Aws::String>
73 void SetAwsUserPoolsId(AwsUserPoolsIdT&& value) { m_awsUserPoolsIdHasBeenSet =
true; m_awsUserPoolsId = std::forward<AwsUserPoolsIdT>(value); }
74 template<
typename AwsUserPoolsIdT = Aws::String>
84 template<
typename AwsUserPoolsWebClientIdT = Aws::String>
85 void SetAwsUserPoolsWebClientId(AwsUserPoolsWebClientIdT&& value) { m_awsUserPoolsWebClientIdHasBeenSet =
true; m_awsUserPoolsWebClientId = std::forward<AwsUserPoolsWebClientIdT>(value); }
86 template<
typename AwsUserPoolsWebClientIdT = Aws::String>
92 bool m_awsCognitoIdentityPoolIdHasBeenSet =
false;
95 bool m_awsCognitoRegionHasBeenSet =
false;
98 bool m_awsUserPoolsIdHasBeenSet =
false;
101 bool m_awsUserPoolsWebClientIdHasBeenSet =
false;
const Aws::String & GetAwsCognitoIdentityPoolId() const
LoginAuthConfigReqObj & WithAwsCognitoIdentityPoolId(AwsCognitoIdentityPoolIdT &&value)
AWS_AMPLIFYBACKEND_API LoginAuthConfigReqObj(Aws::Utils::Json::JsonView jsonValue)
bool AwsUserPoolsIdHasBeenSet() const
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAwsCognitoRegion() const
bool AwsCognitoIdentityPoolIdHasBeenSet() const
void SetAwsCognitoIdentityPoolId(AwsCognitoIdentityPoolIdT &&value)
AWS_AMPLIFYBACKEND_API LoginAuthConfigReqObj & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AwsUserPoolsWebClientIdHasBeenSet() const
void SetAwsUserPoolsWebClientId(AwsUserPoolsWebClientIdT &&value)
LoginAuthConfigReqObj & WithAwsCognitoRegion(AwsCognitoRegionT &&value)
LoginAuthConfigReqObj & WithAwsUserPoolsId(AwsUserPoolsIdT &&value)
AWS_AMPLIFYBACKEND_API LoginAuthConfigReqObj()=default
void SetAwsUserPoolsId(AwsUserPoolsIdT &&value)
bool AwsCognitoRegionHasBeenSet() const
const Aws::String & GetAwsUserPoolsId() const
const Aws::String & GetAwsUserPoolsWebClientId() const
LoginAuthConfigReqObj & WithAwsUserPoolsWebClientId(AwsUserPoolsWebClientIdT &&value)
void SetAwsCognitoRegion(AwsCognitoRegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue