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