AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
KxDatabaseListEntry.h
1
6#pragma once
7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.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 finspace
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_FINSPACE_API KxDatabaseListEntry();
38 AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetDatabaseName() const{ return m_databaseName; }
46 inline bool DatabaseNameHasBeenSet() const { return m_databaseNameHasBeenSet; }
47 inline void SetDatabaseName(const Aws::String& value) { m_databaseNameHasBeenSet = true; m_databaseName = value; }
48 inline void SetDatabaseName(Aws::String&& value) { m_databaseNameHasBeenSet = true; m_databaseName = std::move(value); }
49 inline void SetDatabaseName(const char* value) { m_databaseNameHasBeenSet = true; m_databaseName.assign(value); }
50 inline KxDatabaseListEntry& WithDatabaseName(const Aws::String& value) { SetDatabaseName(value); return *this;}
51 inline KxDatabaseListEntry& WithDatabaseName(Aws::String&& value) { SetDatabaseName(std::move(value)); return *this;}
52 inline KxDatabaseListEntry& WithDatabaseName(const char* value) { SetDatabaseName(value); return *this;}
54
56
61 inline const Aws::Utils::DateTime& GetCreatedTimestamp() const{ return m_createdTimestamp; }
62 inline bool CreatedTimestampHasBeenSet() const { return m_createdTimestampHasBeenSet; }
63 inline void SetCreatedTimestamp(const Aws::Utils::DateTime& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = value; }
64 inline void SetCreatedTimestamp(Aws::Utils::DateTime&& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = std::move(value); }
66 inline KxDatabaseListEntry& WithCreatedTimestamp(Aws::Utils::DateTime&& value) { SetCreatedTimestamp(std::move(value)); return *this;}
68
70
75 inline const Aws::Utils::DateTime& GetLastModifiedTimestamp() const{ return m_lastModifiedTimestamp; }
76 inline bool LastModifiedTimestampHasBeenSet() const { return m_lastModifiedTimestampHasBeenSet; }
77 inline void SetLastModifiedTimestamp(const Aws::Utils::DateTime& value) { m_lastModifiedTimestampHasBeenSet = true; m_lastModifiedTimestamp = value; }
78 inline void SetLastModifiedTimestamp(Aws::Utils::DateTime&& value) { m_lastModifiedTimestampHasBeenSet = true; m_lastModifiedTimestamp = std::move(value); }
82 private:
83
84 Aws::String m_databaseName;
85 bool m_databaseNameHasBeenSet = false;
86
87 Aws::Utils::DateTime m_createdTimestamp;
88 bool m_createdTimestampHasBeenSet = false;
89
90 Aws::Utils::DateTime m_lastModifiedTimestamp;
91 bool m_lastModifiedTimestampHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace finspace
96} // namespace Aws
void SetDatabaseName(const Aws::String &value)
KxDatabaseListEntry & WithLastModifiedTimestamp(Aws::Utils::DateTime &&value)
AWS_FINSPACE_API KxDatabaseListEntry(Aws::Utils::Json::JsonView jsonValue)
bool CreatedTimestampHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
void SetDatabaseName(const char *value)
const Aws::String & GetDatabaseName() const
KxDatabaseListEntry & WithCreatedTimestamp(const Aws::Utils::DateTime &value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedTimestamp(const Aws::Utils::DateTime &value)
AWS_FINSPACE_API KxDatabaseListEntry()
KxDatabaseListEntry & WithLastModifiedTimestamp(const Aws::Utils::DateTime &value)
void SetDatabaseName(Aws::String &&value)
bool DatabaseNameHasBeenSet() const
bool LastModifiedTimestampHasBeenSet() const
void SetLastModifiedTimestamp(const Aws::Utils::DateTime &value)
KxDatabaseListEntry & WithCreatedTimestamp(Aws::Utils::DateTime &&value)
AWS_FINSPACE_API KxDatabaseListEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
KxDatabaseListEntry & WithDatabaseName(const Aws::String &value)
void SetLastModifiedTimestamp(Aws::Utils::DateTime &&value)
KxDatabaseListEntry & WithDatabaseName(const char *value)
KxDatabaseListEntry & WithDatabaseName(Aws::String &&value)
void SetCreatedTimestamp(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue