7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cognito-identity/model/ErrorCode.h>
22namespace CognitoIdentity
50 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
70 bool m_identityIdHasBeenSet =
false;
73 bool m_errorCodeHasBeenSet =
false;
UnprocessedIdentityId & WithIdentityId(const Aws::String &value)
UnprocessedIdentityId & WithErrorCode(const ErrorCode &value)
void SetIdentityId(const char *value)
void SetErrorCode(ErrorCode &&value)
void SetIdentityId(Aws::String &&value)
void SetErrorCode(const ErrorCode &value)
AWS_COGNITOIDENTITY_API UnprocessedIdentityId(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdentityId() const
bool ErrorCodeHasBeenSet() const
UnprocessedIdentityId & WithErrorCode(ErrorCode &&value)
void SetIdentityId(const Aws::String &value)
AWS_COGNITOIDENTITY_API UnprocessedIdentityId()
UnprocessedIdentityId & WithIdentityId(Aws::String &&value)
AWS_COGNITOIDENTITY_API UnprocessedIdentityId & operator=(Aws::Utils::Json::JsonView jsonValue)
UnprocessedIdentityId & WithIdentityId(const char *value)
AWS_COGNITOIDENTITY_API Aws::Utils::Json::JsonValue Jsonize() const
const ErrorCode & GetErrorCode() const
bool IdentityIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue