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 DocumentClassifierNameT = Aws::String>
45 m_documentClassifierNameHasBeenSet =
true;
46 m_documentClassifierName = std::forward<DocumentClassifierNameT>(value);
48 template <
typename DocumentClassifierNameT = 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_documentClassifierNameHasBeenSet =
false;
134 bool m_numberOfVersionsHasBeenSet =
false;
135 bool m_latestVersionCreatedAtHasBeenSet =
false;
136 bool m_latestVersionNameHasBeenSet =
false;
137 bool m_latestVersionStatusHasBeenSet =
false;
void SetLatestVersionName(LatestVersionNameT &&value)
int GetNumberOfVersions() const
DocumentClassifierSummary & WithDocumentClassifierName(DocumentClassifierNameT &&value)
const Aws::String & GetDocumentClassifierName() const
DocumentClassifierSummary & WithLatestVersionStatus(ModelStatus value)
AWS_COMPREHEND_API DocumentClassifierSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLatestVersionName() const
bool NumberOfVersionsHasBeenSet() const
bool LatestVersionCreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetLatestVersionCreatedAt() const
void SetDocumentClassifierName(DocumentClassifierNameT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API DocumentClassifierSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API DocumentClassifierSummary()=default
bool DocumentClassifierNameHasBeenSet() const
ModelStatus GetLatestVersionStatus() const
DocumentClassifierSummary & WithNumberOfVersions(int value)
void SetLatestVersionStatus(ModelStatus value)
void SetLatestVersionCreatedAt(LatestVersionCreatedAtT &&value)
void SetNumberOfVersions(int value)
DocumentClassifierSummary & WithLatestVersionName(LatestVersionNameT &&value)
bool LatestVersionStatusHasBeenSet() const
DocumentClassifierSummary & WithLatestVersionCreatedAt(LatestVersionCreatedAtT &&value)
bool LatestVersionNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue