AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
40
41
43
46 inline const Aws::String& GetIdentityId() const{ return m_identityId; }
47 inline void SetIdentityId(const Aws::String& value) { m_identityId = value; }
48 inline void SetIdentityId(Aws::String&& value) { m_identityId = std::move(value); }
49 inline void SetIdentityId(const char* value) { m_identityId.assign(value); }
50 inline LookupDeveloperIdentityResult& WithIdentityId(const Aws::String& value) { SetIdentityId(value); return *this;}
51 inline LookupDeveloperIdentityResult& WithIdentityId(Aws::String&& value) { SetIdentityId(std::move(value)); return *this;}
52 inline LookupDeveloperIdentityResult& WithIdentityId(const char* value) { SetIdentityId(value); return *this;}
54
56
61 inline const Aws::Vector<Aws::String>& GetDeveloperUserIdentifierList() const{ return m_developerUserIdentifierList; }
62 inline void SetDeveloperUserIdentifierList(const Aws::Vector<Aws::String>& value) { m_developerUserIdentifierList = value; }
63 inline void SetDeveloperUserIdentifierList(Aws::Vector<Aws::String>&& value) { m_developerUserIdentifierList = std::move(value); }
66 inline LookupDeveloperIdentityResult& AddDeveloperUserIdentifierList(const Aws::String& value) { m_developerUserIdentifierList.push_back(value); return *this; }
67 inline LookupDeveloperIdentityResult& AddDeveloperUserIdentifierList(Aws::String&& value) { m_developerUserIdentifierList.push_back(std::move(value)); return *this; }
68 inline LookupDeveloperIdentityResult& AddDeveloperUserIdentifierList(const char* value) { m_developerUserIdentifierList.push_back(value); return *this; }
70
72
80 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
81 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
82 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
83 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
84 inline LookupDeveloperIdentityResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
85 inline LookupDeveloperIdentityResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
86 inline LookupDeveloperIdentityResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
88
90
91 inline const Aws::String& GetRequestId() const{ return m_requestId; }
92 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
93 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
94 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
95 inline LookupDeveloperIdentityResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
96 inline LookupDeveloperIdentityResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
97 inline LookupDeveloperIdentityResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
99 private:
100
101 Aws::String m_identityId;
102
103 Aws::Vector<Aws::String> m_developerUserIdentifierList;
104
105 Aws::String m_nextToken;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace CognitoIdentity
112} // namespace Aws
void SetDeveloperUserIdentifierList(const Aws::Vector< Aws::String > &value)
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
LookupDeveloperIdentityResult & WithNextToken(const Aws::String &value)
LookupDeveloperIdentityResult & AddDeveloperUserIdentifierList(const Aws::String &value)
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
LookupDeveloperIdentityResult & WithIdentityId(const Aws::String &value)
LookupDeveloperIdentityResult & WithRequestId(const char *value)
LookupDeveloperIdentityResult & WithNextToken(const char *value)
LookupDeveloperIdentityResult & WithRequestId(Aws::String &&value)
LookupDeveloperIdentityResult & AddDeveloperUserIdentifierList(Aws::String &&value)
LookupDeveloperIdentityResult & WithRequestId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetDeveloperUserIdentifierList() const
LookupDeveloperIdentityResult & WithIdentityId(const char *value)
LookupDeveloperIdentityResult & AddDeveloperUserIdentifierList(const char *value)
LookupDeveloperIdentityResult & WithDeveloperUserIdentifierList(const Aws::Vector< Aws::String > &value)
LookupDeveloperIdentityResult & WithDeveloperUserIdentifierList(Aws::Vector< Aws::String > &&value)
LookupDeveloperIdentityResult & WithIdentityId(Aws::String &&value)
LookupDeveloperIdentityResult & WithNextToken(Aws::String &&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