AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
LookupDeveloperIdentityResult.h
1
6#pragma once
7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace CognitoIdentity
25{
26namespace Model
27{
35 {
36 public:
37 AWS_COGNITOIDENTITY_API LookupDeveloperIdentityResult() = default;
40
41
43
46 inline const Aws::String& GetIdentityId() const { return m_identityId; }
47 template<typename IdentityIdT = Aws::String>
48 void SetIdentityId(IdentityIdT&& value) { m_identityIdHasBeenSet = true; m_identityId = std::forward<IdentityIdT>(value); }
49 template<typename IdentityIdT = Aws::String>
50 LookupDeveloperIdentityResult& WithIdentityId(IdentityIdT&& value) { SetIdentityId(std::forward<IdentityIdT>(value)); return *this;}
52
54
59 inline const Aws::Vector<Aws::String>& GetDeveloperUserIdentifierList() const { return m_developerUserIdentifierList; }
60 template<typename DeveloperUserIdentifierListT = Aws::Vector<Aws::String>>
61 void SetDeveloperUserIdentifierList(DeveloperUserIdentifierListT&& value) { m_developerUserIdentifierListHasBeenSet = true; m_developerUserIdentifierList = std::forward<DeveloperUserIdentifierListT>(value); }
62 template<typename DeveloperUserIdentifierListT = Aws::Vector<Aws::String>>
63 LookupDeveloperIdentityResult& WithDeveloperUserIdentifierList(DeveloperUserIdentifierListT&& value) { SetDeveloperUserIdentifierList(std::forward<DeveloperUserIdentifierListT>(value)); return *this;}
64 template<typename DeveloperUserIdentifierListT = Aws::String>
65 LookupDeveloperIdentityResult& AddDeveloperUserIdentifierList(DeveloperUserIdentifierListT&& value) { m_developerUserIdentifierListHasBeenSet = true; m_developerUserIdentifierList.emplace_back(std::forward<DeveloperUserIdentifierListT>(value)); return *this; }
67
69
77 inline const Aws::String& GetNextToken() const { return m_nextToken; }
78 template<typename NextTokenT = Aws::String>
79 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::forward<NextTokenT>(value); }
80 template<typename NextTokenT = Aws::String>
81 LookupDeveloperIdentityResult& WithNextToken(NextTokenT&& value) { SetNextToken(std::forward<NextTokenT>(value)); return *this;}
83
85
86 inline const Aws::String& GetRequestId() const { return m_requestId; }
87 template<typename RequestIdT = Aws::String>
88 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
89 template<typename RequestIdT = Aws::String>
90 LookupDeveloperIdentityResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
92 private:
93
94 Aws::String m_identityId;
95 bool m_identityIdHasBeenSet = false;
96
97 Aws::Vector<Aws::String> m_developerUserIdentifierList;
98 bool m_developerUserIdentifierListHasBeenSet = false;
99
100 Aws::String m_nextToken;
101 bool m_nextTokenHasBeenSet = false;
102
103 Aws::String m_requestId;
104 bool m_requestIdHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace CognitoIdentity
109} // namespace Aws
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
LookupDeveloperIdentityResult & WithRequestId(RequestIdT &&value)
LookupDeveloperIdentityResult & AddDeveloperUserIdentifierList(DeveloperUserIdentifierListT &&value)
LookupDeveloperIdentityResult & WithDeveloperUserIdentifierList(DeveloperUserIdentifierListT &&value)
const Aws::Vector< Aws::String > & GetDeveloperUserIdentifierList() const
void SetDeveloperUserIdentifierList(DeveloperUserIdentifierListT &&value)
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityResult()=default
LookupDeveloperIdentityResult & WithIdentityId(IdentityIdT &&value)
LookupDeveloperIdentityResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue