1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 #pragma once
18
19 namespace Aws20 {
21 template<typename RESULT_TYPE>
22 class AmazonWebServiceResult;
23
24 namespace Utils
25 {
26 namespace Json
27 {
28 class JsonValue;
29 }
30 }
31 namespace CognitoIdentity
32 {
33 namespace Model
34 {
40 {
41 public:
45
50
55
60
64 inline void SetIdentityId(const char* value) { m_identityId.assign(value); }65
70
75
80
85
90
95
99 inline void SetToken(const char* value) { m_token.assign(value); }100
105
110
115
116 private:
119 };
120
121 }
122 }
123 }
void SetIdentityId(const char *value)
GetOpenIdTokenForDeveloperIdentityResult & WithIdentityId(Aws::String &&value)
void SetToken(Aws::String &&value)
GetOpenIdTokenForDeveloperIdentityResult & WithIdentityId(const char *value)
GetOpenIdTokenForDeveloperIdentityResult & WithToken(const Aws::String &value)
void SetToken(const Aws::String &value)
const Aws::String & GetToken() const
GetOpenIdTokenForDeveloperIdentityResult & WithToken(Aws::String &&value)
void SetToken(const char *value)
GetOpenIdTokenForDeveloperIdentityResult & WithToken(const char *value)
void SetIdentityId(const Aws::String &value)
const Aws::String & GetIdentityId() const
GetOpenIdTokenForDeveloperIdentityResult & WithIdentityId(const Aws::String &value)
#define AWS_COGNITOIDENTITY_API
void SetIdentityId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).