29 namespace CognitoIdentity
64 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
108 bool m_identityIdHasBeenSet;
110 bool m_errorCodeHasBeenSet;
void SetErrorCode(ErrorCode &&value)
UnprocessedIdentityId & WithIdentityId(Aws::String &&value)
void SetIdentityId(const Aws::String &value)
UnprocessedIdentityId & WithIdentityId(const Aws::String &value)
const Aws::String & GetIdentityId() const
void SetErrorCode(const ErrorCode &value)
void SetIdentityId(const char *value)
UnprocessedIdentityId & WithErrorCode(const ErrorCode &value)
#define AWS_COGNITOIDENTITY_API
const ErrorCode & GetErrorCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetIdentityId(Aws::String &&value)
UnprocessedIdentityId & WithErrorCode(ErrorCode &&value)
UnprocessedIdentityId & WithIdentityId(const char *value)
JSON (JavaScript Object Notation).