7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/ChallengeType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename VersionT = Aws::String>
59 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
60 template<
typename VersionT = Aws::String>
66 bool m_typeHasBeenSet =
false;
69 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