AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SetIdentityPoolConfigurationResult.h
1
6#pragma once
7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cognito-sync/model/PushSync.h>
10#include <aws/cognito-sync/model/CognitoStreams.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace CognitoSync
26{
27namespace Model
28{
36 {
37 public:
41
42
44
48 inline const Aws::String& GetIdentityPoolId() const{ return m_identityPoolId; }
49 inline void SetIdentityPoolId(const Aws::String& value) { m_identityPoolId = value; }
50 inline void SetIdentityPoolId(Aws::String&& value) { m_identityPoolId = std::move(value); }
51 inline void SetIdentityPoolId(const char* value) { m_identityPoolId.assign(value); }
53 inline SetIdentityPoolConfigurationResult& WithIdentityPoolId(Aws::String&& value) { SetIdentityPoolId(std::move(value)); return *this;}
54 inline SetIdentityPoolConfigurationResult& WithIdentityPoolId(const char* value) { SetIdentityPoolId(value); return *this;}
56
58
61 inline const PushSync& GetPushSync() const{ return m_pushSync; }
62 inline void SetPushSync(const PushSync& value) { m_pushSync = value; }
63 inline void SetPushSync(PushSync&& value) { m_pushSync = std::move(value); }
64 inline SetIdentityPoolConfigurationResult& WithPushSync(const PushSync& value) { SetPushSync(value); return *this;}
65 inline SetIdentityPoolConfigurationResult& WithPushSync(PushSync&& value) { SetPushSync(std::move(value)); return *this;}
67
69
72 inline const CognitoStreams& GetCognitoStreams() const{ return m_cognitoStreams; }
73 inline void SetCognitoStreams(const CognitoStreams& value) { m_cognitoStreams = value; }
74 inline void SetCognitoStreams(CognitoStreams&& value) { m_cognitoStreams = std::move(value); }
78
80
81 inline const Aws::String& GetRequestId() const{ return m_requestId; }
82 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
83 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
84 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
85 inline SetIdentityPoolConfigurationResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
86 inline SetIdentityPoolConfigurationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
87 inline SetIdentityPoolConfigurationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
89 private:
90
91 Aws::String m_identityPoolId;
92
93 PushSync m_pushSync;
94
95 CognitoStreams m_cognitoStreams;
96
97 Aws::String m_requestId;
98 };
99
100} // namespace Model
101} // namespace CognitoSync
102} // namespace Aws
SetIdentityPoolConfigurationResult & WithCognitoStreams(const CognitoStreams &value)
AWS_COGNITOSYNC_API SetIdentityPoolConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SetIdentityPoolConfigurationResult & WithCognitoStreams(CognitoStreams &&value)
SetIdentityPoolConfigurationResult & WithRequestId(Aws::String &&value)
SetIdentityPoolConfigurationResult & WithIdentityPoolId(const Aws::String &value)
SetIdentityPoolConfigurationResult & WithRequestId(const Aws::String &value)
SetIdentityPoolConfigurationResult & WithPushSync(PushSync &&value)
SetIdentityPoolConfigurationResult & WithIdentityPoolId(const char *value)
AWS_COGNITOSYNC_API SetIdentityPoolConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SetIdentityPoolConfigurationResult & WithIdentityPoolId(Aws::String &&value)
SetIdentityPoolConfigurationResult & WithRequestId(const char *value)
SetIdentityPoolConfigurationResult & WithPushSync(const PushSync &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue