7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/comprehend/model/ModelStatus.h>
49 template<
typename RecognizerNameT = Aws::String>
50 void SetRecognizerName(RecognizerNameT&& value) { m_recognizerNameHasBeenSet =
true; m_recognizerName = std::forward<RecognizerNameT>(value); }
51 template<
typename RecognizerNameT = Aws::String>
61 inline void SetNumberOfVersions(
int value) { m_numberOfVersionsHasBeenSet =
true; m_numberOfVersions = value; }
72 template<
typename LatestVersionCreatedAtT = Aws::Utils::DateTime>
73 void SetLatestVersionCreatedAt(LatestVersionCreatedAtT&& value) { m_latestVersionCreatedAtHasBeenSet =
true; m_latestVersionCreatedAt = std::forward<LatestVersionCreatedAtT>(value); }
74 template<
typename LatestVersionCreatedAtT = Aws::Utils::DateTime>
84 template<
typename LatestVersionNameT = Aws::String>
85 void SetLatestVersionName(LatestVersionNameT&& value) { m_latestVersionNameHasBeenSet =
true; m_latestVersionName = std::forward<LatestVersionNameT>(value); }
86 template<
typename LatestVersionNameT = Aws::String>
102 bool m_recognizerNameHasBeenSet =
false;
104 int m_numberOfVersions{0};
105 bool m_numberOfVersionsHasBeenSet =
false;
108 bool m_latestVersionCreatedAtHasBeenSet =
false;
111 bool m_latestVersionNameHasBeenSet =
false;
114 bool m_latestVersionStatusHasBeenSet =
false;
void SetLatestVersionCreatedAt(LatestVersionCreatedAtT &&value)
EntityRecognizerSummary & WithLatestVersionName(LatestVersionNameT &&value)
const Aws::String & GetRecognizerName() const
void SetLatestVersionName(LatestVersionNameT &&value)
bool LatestVersionCreatedAtHasBeenSet() const
EntityRecognizerSummary & WithNumberOfVersions(int value)
const Aws::String & GetLatestVersionName() const
bool NumberOfVersionsHasBeenSet() const
void SetRecognizerName(RecognizerNameT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
int GetNumberOfVersions() const
bool LatestVersionStatusHasBeenSet() const
bool LatestVersionNameHasBeenSet() const
AWS_COMPREHEND_API EntityRecognizerSummary()=default
AWS_COMPREHEND_API EntityRecognizerSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLatestVersionCreatedAt() const
EntityRecognizerSummary & WithRecognizerName(RecognizerNameT &&value)
bool RecognizerNameHasBeenSet() const
ModelStatus GetLatestVersionStatus() const
void SetNumberOfVersions(int value)
EntityRecognizerSummary & WithLatestVersionCreatedAt(LatestVersionCreatedAtT &&value)
void SetLatestVersionStatus(ModelStatus value)
AWS_COMPREHEND_API EntityRecognizerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
EntityRecognizerSummary & WithLatestVersionStatus(ModelStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue