7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetImportCompleted(
bool value) { m_importCompletedHasBeenSet =
true; m_importCompleted = value; }
73 inline void SetImportedBy(
const char* value) { m_importedByHasBeenSet =
true; m_importedBy.assign(value); }
80 bool m_importCompleted;
81 bool m_importCompletedHasBeenSet =
false;
84 bool m_importTimeHasBeenSet =
false;
87 bool m_importedByHasBeenSet =
false;
CatalogImportStatus & WithImportedBy(const char *value)
void SetImportCompleted(bool value)
const Aws::String & GetImportedBy() const
bool ImportCompletedHasBeenSet() const
void SetImportTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetImportTime() const
AWS_GLUE_API CatalogImportStatus(Aws::Utils::Json::JsonView jsonValue)
void SetImportedBy(const Aws::String &value)
AWS_GLUE_API CatalogImportStatus()
void SetImportedBy(const char *value)
CatalogImportStatus & WithImportTime(Aws::Utils::DateTime &&value)
CatalogImportStatus & WithImportTime(const Aws::Utils::DateTime &value)
bool ImportedByHasBeenSet() const
bool ImportTimeHasBeenSet() const
CatalogImportStatus & WithImportedBy(const Aws::String &value)
CatalogImportStatus & WithImportedBy(Aws::String &&value)
void SetImportedBy(Aws::String &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API CatalogImportStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetImportTime(const Aws::Utils::DateTime &value)
CatalogImportStatus & WithImportCompleted(bool value)
bool GetImportCompleted() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue