AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CatalogImportStatus.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Glue
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_GLUE_API CatalogImportStatus();
40
41
43
47 inline bool GetImportCompleted() const{ return m_importCompleted; }
48 inline bool ImportCompletedHasBeenSet() const { return m_importCompletedHasBeenSet; }
49 inline void SetImportCompleted(bool value) { m_importCompletedHasBeenSet = true; m_importCompleted = value; }
50 inline CatalogImportStatus& WithImportCompleted(bool value) { SetImportCompleted(value); return *this;}
52
54
57 inline const Aws::Utils::DateTime& GetImportTime() const{ return m_importTime; }
58 inline bool ImportTimeHasBeenSet() const { return m_importTimeHasBeenSet; }
59 inline void SetImportTime(const Aws::Utils::DateTime& value) { m_importTimeHasBeenSet = true; m_importTime = value; }
60 inline void SetImportTime(Aws::Utils::DateTime&& value) { m_importTimeHasBeenSet = true; m_importTime = std::move(value); }
61 inline CatalogImportStatus& WithImportTime(const Aws::Utils::DateTime& value) { SetImportTime(value); return *this;}
62 inline CatalogImportStatus& WithImportTime(Aws::Utils::DateTime&& value) { SetImportTime(std::move(value)); return *this;}
64
66
69 inline const Aws::String& GetImportedBy() const{ return m_importedBy; }
70 inline bool ImportedByHasBeenSet() const { return m_importedByHasBeenSet; }
71 inline void SetImportedBy(const Aws::String& value) { m_importedByHasBeenSet = true; m_importedBy = value; }
72 inline void SetImportedBy(Aws::String&& value) { m_importedByHasBeenSet = true; m_importedBy = std::move(value); }
73 inline void SetImportedBy(const char* value) { m_importedByHasBeenSet = true; m_importedBy.assign(value); }
74 inline CatalogImportStatus& WithImportedBy(const Aws::String& value) { SetImportedBy(value); return *this;}
75 inline CatalogImportStatus& WithImportedBy(Aws::String&& value) { SetImportedBy(std::move(value)); return *this;}
76 inline CatalogImportStatus& WithImportedBy(const char* value) { SetImportedBy(value); return *this;}
78 private:
79
80 bool m_importCompleted;
81 bool m_importCompletedHasBeenSet = false;
82
83 Aws::Utils::DateTime m_importTime;
84 bool m_importTimeHasBeenSet = false;
85
86 Aws::String m_importedBy;
87 bool m_importedByHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace Glue
92} // namespace Aws
CatalogImportStatus & WithImportedBy(const char *value)
const Aws::String & GetImportedBy() 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)
CatalogImportStatus & WithImportTime(Aws::Utils::DateTime &&value)
CatalogImportStatus & WithImportTime(const Aws::Utils::DateTime &value)
CatalogImportStatus & WithImportedBy(const Aws::String &value)
CatalogImportStatus & WithImportedBy(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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue