7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9#include <aws/rekognition/model/ChallengeType.h>
20namespace Rekognition {
43 m_typeHasBeenSet =
true;
58 template <
typename VersionT = Aws::String>
60 m_versionHasBeenSet =
true;
61 m_version = std::forward<VersionT>(value);
63 template <
typename VersionT = Aws::String>
73 bool m_typeHasBeenSet =
false;
74 bool m_versionHasBeenSet =
false;
AWS_REKOGNITION_API Challenge & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(ChallengeType value)
AWS_REKOGNITION_API Challenge(Aws::Utils::Json::JsonView jsonValue)
Challenge & WithVersion(VersionT &&value)
const Aws::String & GetVersion() const
bool VersionHasBeenSet() const
void SetVersion(VersionT &&value)
AWS_REKOGNITION_API Challenge()=default
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
Challenge & WithType(ChallengeType value)
ChallengeType GetType() const
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue