7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/cognito-sync/CognitoSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cognito-sync/model/PushSync.h>
11#include <aws/cognito-sync/model/CognitoStreams.h>
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>
61 template<
typename PushSyncT = PushSync>
62 void SetPushSync(PushSyncT&& value) { m_pushSyncHasBeenSet =
true; m_pushSync = std::forward<PushSyncT>(value); }
63 template<
typename PushSyncT = PushSync>
73 template<
typename CognitoStreamsT = CognitoStreams>
74 void SetCognitoStreams(CognitoStreamsT&& value) { m_cognitoStreamsHasBeenSet =
true; m_cognitoStreams = std::forward<CognitoStreamsT>(value); }
75 template<
typename CognitoStreamsT = CognitoStreams>
81 bool m_identityPoolIdHasBeenSet =
false;
84 bool m_pushSyncHasBeenSet =
false;
87 bool m_cognitoStreamsHasBeenSet =
false;
SetIdentityPoolConfigurationRequest & WithIdentityPoolId(IdentityPoolIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIdentityPoolId() const
const CognitoStreams & GetCognitoStreams() const
bool CognitoStreamsHasBeenSet() const
void SetIdentityPoolId(IdentityPoolIdT &&value)
AWS_COGNITOSYNC_API SetIdentityPoolConfigurationRequest()=default
bool IdentityPoolIdHasBeenSet() const
bool PushSyncHasBeenSet() const
void SetPushSync(PushSyncT &&value)
const PushSync & GetPushSync() const
SetIdentityPoolConfigurationRequest & WithPushSync(PushSyncT &&value)
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
SetIdentityPoolConfigurationRequest & WithCognitoStreams(CognitoStreamsT &&value)
void SetCognitoStreams(CognitoStreamsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String