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>
51 inline void SetDocumentClassifierName(
const char* value) { m_documentClassifierNameHasBeenSet =
true; m_documentClassifierName.assign(value); }
63 inline void SetNumberOfVersions(
int value) { m_numberOfVersionsHasBeenSet =
true; m_numberOfVersions = value; }
88 inline void SetLatestVersionName(
const char* value) { m_latestVersionNameHasBeenSet =
true; m_latestVersionName.assign(value); }
108 bool m_documentClassifierNameHasBeenSet =
false;
110 int m_numberOfVersions;
111 bool m_numberOfVersionsHasBeenSet =
false;
114 bool m_latestVersionCreatedAtHasBeenSet =
false;
117 bool m_latestVersionNameHasBeenSet =
false;
120 bool m_latestVersionStatusHasBeenSet =
false;
DocumentClassifierSummary & WithDocumentClassifierName(const Aws::String &value)
int GetNumberOfVersions() const
const Aws::String & GetDocumentClassifierName() const
AWS_COMPREHEND_API DocumentClassifierSummary(Aws::Utils::Json::JsonView jsonValue)
void SetLatestVersionName(const char *value)
const Aws::String & GetLatestVersionName() const
bool NumberOfVersionsHasBeenSet() const
bool LatestVersionCreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetLatestVersionCreatedAt() const
void SetDocumentClassifierName(Aws::String &&value)
void SetDocumentClassifierName(const char *value)
DocumentClassifierSummary & WithLatestVersionStatus(const ModelStatus &value)
DocumentClassifierSummary & WithLatestVersionCreatedAt(const Aws::Utils::DateTime &value)
void SetLatestVersionCreatedAt(Aws::Utils::DateTime &&value)
DocumentClassifierSummary & WithLatestVersionCreatedAt(Aws::Utils::DateTime &&value)
void SetLatestVersionName(const Aws::String &value)
const ModelStatus & GetLatestVersionStatus() const
void SetDocumentClassifierName(const Aws::String &value)
AWS_COMPREHEND_API DocumentClassifierSummary()
void SetLatestVersionCreatedAt(const Aws::Utils::DateTime &value)
DocumentClassifierSummary & WithLatestVersionStatus(ModelStatus &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentClassifierSummary & WithLatestVersionName(const Aws::String &value)
AWS_COMPREHEND_API DocumentClassifierSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLatestVersionName(Aws::String &&value)
DocumentClassifierSummary & WithDocumentClassifierName(Aws::String &&value)
bool DocumentClassifierNameHasBeenSet() const
DocumentClassifierSummary & WithLatestVersionName(const char *value)
DocumentClassifierSummary & WithLatestVersionName(Aws::String &&value)
void SetLatestVersionStatus(const ModelStatus &value)
DocumentClassifierSummary & WithNumberOfVersions(int value)
void SetNumberOfVersions(int value)
bool LatestVersionStatusHasBeenSet() const
DocumentClassifierSummary & WithDocumentClassifierName(const char *value)
void SetLatestVersionStatus(ModelStatus &&value)
bool LatestVersionNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue