7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/cognito-identity/CognitoIdentityRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentity
49 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
57 bool m_identityIdHasBeenSet =
false;
DescribeIdentityRequest & WithIdentityId(const Aws::String &value)
void SetIdentityId(Aws::String &&value)
void SetIdentityId(const char *value)
DescribeIdentityRequest & WithIdentityId(const char *value)
virtual const char * GetServiceRequestName() const override
bool IdentityIdHasBeenSet() const
void SetIdentityId(const Aws::String &value)
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetIdentityId() const
DescribeIdentityRequest & WithIdentityId(Aws::String &&value)
AWS_COGNITOIDENTITY_API DescribeIdentityRequest()
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String