7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/cognito-sync/CognitoSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename IdentityPoolIdT = Aws::String>
47 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
48 template<
typename IdentityPoolIdT = Aws::String>
59 template<
typename IdentityIdT = Aws::String>
60 void SetIdentityId(IdentityIdT&& value) { m_identityIdHasBeenSet =
true; m_identityId = std::forward<IdentityIdT>(value); }
61 template<
typename IdentityIdT = Aws::String>
67 bool m_identityPoolIdHasBeenSet =
false;
70 bool m_identityIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetIdentityId(IdentityIdT &&value)
const Aws::String & GetIdentityId() const
const Aws::String & GetIdentityPoolId() const
DescribeIdentityUsageRequest & WithIdentityPoolId(IdentityPoolIdT &&value)
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
void SetIdentityPoolId(IdentityPoolIdT &&value)
DescribeIdentityUsageRequest & WithIdentityId(IdentityIdT &&value)
AWS_COGNITOSYNC_API DescribeIdentityUsageRequest()=default
bool IdentityIdHasBeenSet() const
bool IdentityPoolIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String