7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AmplifyBackend {
41 template <
typename AwsCognitoIdentityPoolIdT = Aws::String>
43 m_awsCognitoIdentityPoolIdHasBeenSet =
true;
44 m_awsCognitoIdentityPoolId = std::forward<AwsCognitoIdentityPoolIdT>(value);
46 template <
typename AwsCognitoIdentityPoolIdT = Aws::String>
59 template <
typename AwsCognitoRegionT = Aws::String>
61 m_awsCognitoRegionHasBeenSet =
true;
62 m_awsCognitoRegion = std::forward<AwsCognitoRegionT>(value);
64 template <
typename AwsCognitoRegionT = Aws::String>
78 template <
typename AwsUserPoolsIdT = Aws::String>
80 m_awsUserPoolsIdHasBeenSet =
true;
81 m_awsUserPoolsId = std::forward<AwsUserPoolsIdT>(value);
83 template <
typename AwsUserPoolsIdT = Aws::String>
96 template <
typename AwsUserPoolsWebClientIdT = Aws::String>
98 m_awsUserPoolsWebClientIdHasBeenSet =
true;
99 m_awsUserPoolsWebClientId = std::forward<AwsUserPoolsWebClientIdT>(value);
101 template <
typename AwsUserPoolsWebClientIdT = Aws::String>
115 bool m_awsCognitoIdentityPoolIdHasBeenSet =
false;
116 bool m_awsCognitoRegionHasBeenSet =
false;
117 bool m_awsUserPoolsIdHasBeenSet =
false;
118 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