AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateBackendAuthIdentityPoolConfig.h
1
6#pragma once
7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AmplifyBackend
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_AMPLIFYBACKEND_API UpdateBackendAuthIdentityPoolConfig();
37 AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline bool GetUnauthenticatedLogin() const{ return m_unauthenticatedLogin; }
46 inline bool UnauthenticatedLoginHasBeenSet() const { return m_unauthenticatedLoginHasBeenSet; }
47 inline void SetUnauthenticatedLogin(bool value) { m_unauthenticatedLoginHasBeenSet = true; m_unauthenticatedLogin = value; }
50 private:
51
52 bool m_unauthenticatedLogin;
53 bool m_unauthenticatedLoginHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace AmplifyBackend
58} // namespace Aws
AWS_AMPLIFYBACKEND_API UpdateBackendAuthIdentityPoolConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYBACKEND_API UpdateBackendAuthIdentityPoolConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue