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 DocumentClassifierNameT = Aws::String>
50 void SetDocumentClassifierName(DocumentClassifierNameT&& value) { m_documentClassifierNameHasBeenSet =
true; m_documentClassifierName = std::forward<DocumentClassifierNameT>(value); }
51 template<
typename DocumentClassifierNameT = 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_documentClassifierNameHasBeenSet =
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 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