7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/cognito-sync/model/CognitoStreams.h>
9#include <aws/cognito-sync/model/PushSync.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CognitoSync {
43 template <
typename IdentityPoolIdT = Aws::String>
45 m_identityPoolIdHasBeenSet =
true;
46 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
48 template <
typename IdentityPoolIdT = Aws::String>
60 template <
typename PushSyncT = PushSync>
62 m_pushSyncHasBeenSet =
true;
63 m_pushSync = std::forward<PushSyncT>(value);
65 template <
typename PushSyncT = PushSync>
77 template <
typename CognitoStreamsT = CognitoStreams>
79 m_cognitoStreamsHasBeenSet =
true;
80 m_cognitoStreams = std::forward<CognitoStreamsT>(value);
82 template <
typename CognitoStreamsT = CognitoStreams>
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
111 bool m_identityPoolIdHasBeenSet =
false;
112 bool m_pushSyncHasBeenSet =
false;
113 bool m_cognitoStreamsHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
GetIdentityPoolConfigurationResult & WithIdentityPoolId(IdentityPoolIdT &&value)
const PushSync & GetPushSync() const
void SetPushSync(PushSyncT &&value)
GetIdentityPoolConfigurationResult & WithRequestId(RequestIdT &&value)
GetIdentityPoolConfigurationResult & WithPushSync(PushSyncT &&value)
void SetCognitoStreams(CognitoStreamsT &&value)
GetIdentityPoolConfigurationResult & WithCognitoStreams(CognitoStreamsT &&value)
const Aws::String & GetIdentityPoolId() const
void SetIdentityPoolId(IdentityPoolIdT &&value)
AWS_COGNITOSYNC_API GetIdentityPoolConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_COGNITOSYNC_API GetIdentityPoolConfigurationResult()=default
const CognitoStreams & GetCognitoStreams() const
AWS_COGNITOSYNC_API GetIdentityPoolConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue