7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/model/UserStatus.h>
48 template<
typename UserIdT = Aws::String>
49 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
50 template<
typename UserIdT = Aws::String>
66 bool m_userIdHasBeenSet =
false;
69 bool m_userStatusHasBeenSet =
false;
AWS_REKOGNITION_API MatchedUser & operator=(Aws::Utils::Json::JsonView jsonValue)
MatchedUser & WithUserStatus(UserStatus value)
void SetUserId(UserIdT &&value)
UserStatus GetUserStatus() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUserStatus(UserStatus value)
AWS_REKOGNITION_API MatchedUser(Aws::Utils::Json::JsonView jsonValue)
MatchedUser & WithUserId(UserIdT &&value)
bool UserIdHasBeenSet() const
bool UserStatusHasBeenSet() const
AWS_REKOGNITION_API MatchedUser()=default
const Aws::String & GetUserId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue