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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
49 template<
typename IdentityPoolIdT = Aws::String>
50 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
51 template<
typename IdentityPoolIdT = Aws::String>
60 template<
typename PushSyncT = PushSync>
61 void SetPushSync(PushSyncT&& value) { m_pushSyncHasBeenSet =
true; m_pushSync = std::forward<PushSyncT>(value); }
62 template<
typename PushSyncT = PushSync>
71 template<
typename CognitoStreamsT = CognitoStreams>
72 void SetCognitoStreams(CognitoStreamsT&& value) { m_cognitoStreamsHasBeenSet =
true; m_cognitoStreams = std::forward<CognitoStreamsT>(value); }
73 template<
typename CognitoStreamsT = CognitoStreams>
80 template<
typename RequestIdT = Aws::String>
81 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
82 template<
typename RequestIdT = Aws::String>
88 bool m_identityPoolIdHasBeenSet =
false;
91 bool m_pushSyncHasBeenSet =
false;
94 bool m_cognitoStreamsHasBeenSet =
false;
97 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)
SetIdentityPoolConfigurationResult & WithIdentityPoolId(IdentityPoolIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue