7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/cognito-sync/CognitoSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
55 bool m_identityPoolIdHasBeenSet =
false;
const Aws::String & GetIdentityPoolId() const
AWS_COGNITOSYNC_API GetBulkPublishDetailsRequest()
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
bool IdentityPoolIdHasBeenSet() const
void SetIdentityPoolId(Aws::String &&value)
GetBulkPublishDetailsRequest & WithIdentityPoolId(Aws::String &&value)
void SetIdentityPoolId(const Aws::String &value)
void SetIdentityPoolId(const char *value)
GetBulkPublishDetailsRequest & WithIdentityPoolId(const char *value)
GetBulkPublishDetailsRequest & WithIdentityPoolId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String