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>
51 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
64 inline void SetPushSync(
PushSync&& value) { m_pushSyncHasBeenSet =
true; m_pushSync = std::move(value); }
83 bool m_identityPoolIdHasBeenSet =
false;
86 bool m_pushSyncHasBeenSet =
false;
89 bool m_cognitoStreamsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIdentityPoolId() const
void SetPushSync(PushSync &&value)
const CognitoStreams & GetCognitoStreams() const
bool CognitoStreamsHasBeenSet() const
SetIdentityPoolConfigurationRequest & WithIdentityPoolId(Aws::String &&value)
void SetIdentityPoolId(const Aws::String &value)
bool IdentityPoolIdHasBeenSet() const
SetIdentityPoolConfigurationRequest & WithIdentityPoolId(const Aws::String &value)
void SetPushSync(const PushSync &value)
SetIdentityPoolConfigurationRequest & WithIdentityPoolId(const char *value)
bool PushSyncHasBeenSet() const
void SetCognitoStreams(const CognitoStreams &value)
AWS_COGNITOSYNC_API SetIdentityPoolConfigurationRequest()
SetIdentityPoolConfigurationRequest & WithPushSync(const PushSync &value)
void SetCognitoStreams(CognitoStreams &&value)
SetIdentityPoolConfigurationRequest & WithCognitoStreams(CognitoStreams &&value)
void SetIdentityPoolId(const char *value)
void SetIdentityPoolId(Aws::String &&value)
const PushSync & GetPushSync() const
SetIdentityPoolConfigurationRequest & WithCognitoStreams(const CognitoStreams &value)
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
SetIdentityPoolConfigurationRequest & WithPushSync(PushSync &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String