AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
IdentityPoolShortDescription.h
1
6#pragma once
7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CognitoIdentity
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_COGNITOIDENTITY_API IdentityPoolShortDescription() = default;
35 AWS_COGNITOIDENTITY_API IdentityPoolShortDescription(Aws::Utils::Json::JsonView jsonValue);
37 AWS_COGNITOIDENTITY_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetIdentityPoolId() const { return m_identityPoolId; }
45 inline bool IdentityPoolIdHasBeenSet() const { return m_identityPoolIdHasBeenSet; }
46 template<typename IdentityPoolIdT = Aws::String>
47 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet = true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
48 template<typename IdentityPoolIdT = Aws::String>
49 IdentityPoolShortDescription& WithIdentityPoolId(IdentityPoolIdT&& value) { SetIdentityPoolId(std::forward<IdentityPoolIdT>(value)); return *this;}
51
53
56 inline const Aws::String& GetIdentityPoolName() const { return m_identityPoolName; }
57 inline bool IdentityPoolNameHasBeenSet() const { return m_identityPoolNameHasBeenSet; }
58 template<typename IdentityPoolNameT = Aws::String>
59 void SetIdentityPoolName(IdentityPoolNameT&& value) { m_identityPoolNameHasBeenSet = true; m_identityPoolName = std::forward<IdentityPoolNameT>(value); }
60 template<typename IdentityPoolNameT = Aws::String>
61 IdentityPoolShortDescription& WithIdentityPoolName(IdentityPoolNameT&& value) { SetIdentityPoolName(std::forward<IdentityPoolNameT>(value)); return *this;}
63 private:
64
65 Aws::String m_identityPoolId;
66 bool m_identityPoolIdHasBeenSet = false;
67
68 Aws::String m_identityPoolName;
69 bool m_identityPoolNameHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace CognitoIdentity
74} // namespace Aws
AWS_COGNITOIDENTITY_API IdentityPoolShortDescription(Aws::Utils::Json::JsonView jsonValue)
IdentityPoolShortDescription & WithIdentityPoolName(IdentityPoolNameT &&value)
AWS_COGNITOIDENTITY_API IdentityPoolShortDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COGNITOIDENTITY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COGNITOIDENTITY_API IdentityPoolShortDescription()=default
IdentityPoolShortDescription & WithIdentityPoolId(IdentityPoolIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue