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); }
63 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
71 bool m_identityPoolIdHasBeenSet =
false;
74 bool m_identityIdHasBeenSet =
false;
DescribeIdentityUsageRequest & WithIdentityId(Aws::String &&value)
void SetIdentityPoolId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DescribeIdentityUsageRequest & WithIdentityPoolId(const Aws::String &value)
const Aws::String & GetIdentityId() const
const Aws::String & GetIdentityPoolId() const
DescribeIdentityUsageRequest & WithIdentityId(const Aws::String &value)
void SetIdentityId(const Aws::String &value)
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
void SetIdentityId(Aws::String &&value)
DescribeIdentityUsageRequest & WithIdentityId(const char *value)
void SetIdentityPoolId(const char *value)
DescribeIdentityUsageRequest & WithIdentityPoolId(const char *value)
DescribeIdentityUsageRequest & WithIdentityPoolId(Aws::String &&value)
void SetIdentityPoolId(Aws::String &&value)
bool IdentityIdHasBeenSet() const
bool IdentityPoolIdHasBeenSet() const
void SetIdentityId(const char *value)
AWS_COGNITOSYNC_API DescribeIdentityUsageRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String