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/http/HttpResponse.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CognitoSync {
44 template <
typename IdentityPoolIdT = Aws::String>
46 m_identityPoolIdHasBeenSet =
true;
47 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
49 template <
typename IdentityPoolIdT = Aws::String>
61 template <
typename PushSyncT = PushSync>
63 m_pushSyncHasBeenSet =
true;
64 m_pushSync = std::forward<PushSyncT>(value);
66 template <
typename PushSyncT = PushSync>
78 template <
typename CognitoStreamsT = CognitoStreams>
80 m_cognitoStreamsHasBeenSet =
true;
81 m_cognitoStreams = std::forward<CognitoStreamsT>(value);
83 template <
typename CognitoStreamsT = CognitoStreams>
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
115 bool m_identityPoolIdHasBeenSet =
false;
116 bool m_pushSyncHasBeenSet =
false;
117 bool m_cognitoStreamsHasBeenSet =
false;
118 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetIdentityPoolId() const
AWS_COGNITOSYNC_API SetIdentityPoolConfigurationResult()=default
const CognitoStreams & GetCognitoStreams() const
SetIdentityPoolConfigurationResult & WithRequestId(RequestIdT &&value)
void SetPushSync(PushSyncT &&value)
AWS_COGNITOSYNC_API SetIdentityPoolConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SetIdentityPoolConfigurationResult & WithCognitoStreams(CognitoStreamsT &&value)
void SetRequestId(RequestIdT &&value)
const PushSync & GetPushSync() const
SetIdentityPoolConfigurationResult & WithPushSync(PushSyncT &&value)
void SetCognitoStreams(CognitoStreamsT &&value)
const Aws::String & GetRequestId() const
void SetIdentityPoolId(IdentityPoolIdT &&value)
AWS_COGNITOSYNC_API SetIdentityPoolConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
SetIdentityPoolConfigurationResult & WithIdentityPoolId(IdentityPoolIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue