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
48 template<
typename IdentityIdT = Aws::String>
49 void SetIdentityId(IdentityIdT&& value) { m_identityIdHasBeenSet =
true; m_identityId = std::forward<IdentityIdT>(value); }
50 template<
typename IdentityIdT = Aws::String>
66 bool m_identityIdHasBeenSet =
false;
69 bool m_errorCodeHasBeenSet =
false;
void SetIdentityId(IdentityIdT &&value)
AWS_COGNITOIDENTITY_API UnprocessedIdentityId(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdentityId() const
bool ErrorCodeHasBeenSet() const
UnprocessedIdentityId & WithErrorCode(ErrorCode value)
UnprocessedIdentityId & WithIdentityId(IdentityIdT &&value)
void SetErrorCode(ErrorCode value)
AWS_COGNITOIDENTITY_API UnprocessedIdentityId()=default
ErrorCode GetErrorCode() const
AWS_COGNITOIDENTITY_API UnprocessedIdentityId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COGNITOIDENTITY_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdentityIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue