7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/ModelStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename RecognizerNameT = Aws::String>
45 m_recognizerNameHasBeenSet =
true;
46 m_recognizerName = std::forward<RecognizerNameT>(value);
48 template <
typename RecognizerNameT = Aws::String>
62 m_numberOfVersionsHasBeenSet =
true;
63 m_numberOfVersions = value;
78 template <
typename LatestVersionCreatedAtT = Aws::Utils::DateTime>
80 m_latestVersionCreatedAtHasBeenSet =
true;
81 m_latestVersionCreatedAt = std::forward<LatestVersionCreatedAtT>(value);
83 template <
typename LatestVersionCreatedAtT = Aws::Utils::DateTime>
96 template <
typename LatestVersionNameT = Aws::String>
98 m_latestVersionNameHasBeenSet =
true;
99 m_latestVersionName = std::forward<LatestVersionNameT>(value);
101 template <
typename LatestVersionNameT = Aws::String>
115 m_latestVersionStatusHasBeenSet =
true;
116 m_latestVersionStatus = value;
126 int m_numberOfVersions{0};
133 bool m_recognizerNameHasBeenSet =
false;
134 bool m_numberOfVersionsHasBeenSet =
false;
135 bool m_latestVersionCreatedAtHasBeenSet =
false;
136 bool m_latestVersionNameHasBeenSet =
false;
137 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