7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/model/KxAzMode.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/finspace/model/KxDataviewStatus.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/finspace/model/KxDataviewSegmentConfiguration.h>
14#include <aws/finspace/model/KxDataviewActiveVersion.h>
52 template<
typename EnvironmentIdT = Aws::String>
53 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
54 template<
typename EnvironmentIdT = Aws::String>
64 template<
typename DatabaseNameT = Aws::String>
65 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
66 template<
typename DatabaseNameT = Aws::String>
76 template<
typename DataviewNameT = Aws::String>
77 void SetDataviewName(DataviewNameT&& value) { m_dataviewNameHasBeenSet =
true; m_dataviewName = std::forward<DataviewNameT>(value); }
78 template<
typename DataviewNameT = Aws::String>
100 template<
typename AvailabilityZoneIdT = Aws::String>
101 void SetAvailabilityZoneId(AvailabilityZoneIdT&& value) { m_availabilityZoneIdHasBeenSet =
true; m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value); }
102 template<
typename AvailabilityZoneIdT = Aws::String>
112 template<
typename ChangesetIdT = Aws::String>
113 void SetChangesetId(ChangesetIdT&& value) { m_changesetIdHasBeenSet =
true; m_changesetId = std::forward<ChangesetIdT>(value); }
114 template<
typename ChangesetIdT = Aws::String>
128 template<
typename SegmentConfigurationsT = Aws::Vector<KxDataviewSegmentConfiguration>>
129 void SetSegmentConfigurations(SegmentConfigurationsT&& value) { m_segmentConfigurationsHasBeenSet =
true; m_segmentConfigurations = std::forward<SegmentConfigurationsT>(value); }
130 template<
typename SegmentConfigurationsT = Aws::Vector<KxDataviewSegmentConfiguration>>
132 template<
typename SegmentConfigurationsT = KxDataviewSegmentConfiguration>
142 template<
typename ActiveVersionsT = Aws::Vector<KxDataviewActiveVersion>>
143 void SetActiveVersions(ActiveVersionsT&& value) { m_activeVersionsHasBeenSet =
true; m_activeVersions = std::forward<ActiveVersionsT>(value); }
144 template<
typename ActiveVersionsT = Aws::Vector<KxDataviewActiveVersion>>
146 template<
typename ActiveVersionsT = KxDataviewActiveVersion>
166 template<
typename DescriptionT = Aws::String>
167 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
168 template<
typename DescriptionT = Aws::String>
180 inline void SetAutoUpdate(
bool value) { m_autoUpdateHasBeenSet =
true; m_autoUpdate = value; }
191 inline void SetReadWrite(
bool value) { m_readWriteHasBeenSet =
true; m_readWrite = value; }
203 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
204 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
205 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
217 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
218 void SetLastModifiedTimestamp(LastModifiedTimestampT&& value) { m_lastModifiedTimestampHasBeenSet =
true; m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value); }
219 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
229 template<
typename StatusReasonT = Aws::String>
230 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
231 template<
typename StatusReasonT = Aws::String>
237 bool m_environmentIdHasBeenSet =
false;
240 bool m_databaseNameHasBeenSet =
false;
243 bool m_dataviewNameHasBeenSet =
false;
246 bool m_azModeHasBeenSet =
false;
249 bool m_availabilityZoneIdHasBeenSet =
false;
252 bool m_changesetIdHasBeenSet =
false;
255 bool m_segmentConfigurationsHasBeenSet =
false;
258 bool m_activeVersionsHasBeenSet =
false;
261 bool m_statusHasBeenSet =
false;
264 bool m_descriptionHasBeenSet =
false;
266 bool m_autoUpdate{
false};
267 bool m_autoUpdateHasBeenSet =
false;
269 bool m_readWrite{
false};
270 bool m_readWriteHasBeenSet =
false;
273 bool m_createdTimestampHasBeenSet =
false;
276 bool m_lastModifiedTimestampHasBeenSet =
false;
279 bool m_statusReasonHasBeenSet =
false;
bool ReadWriteHasBeenSet() const
bool StatusReasonHasBeenSet() const
const Aws::String & GetEnvironmentId() const
KxDataviewListEntry & WithChangesetId(ChangesetIdT &&value)
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
const Aws::String & GetChangesetId() const
KxDataviewListEntry & WithDescription(DescriptionT &&value)
bool AzModeHasBeenSet() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
KxDataviewListEntry & WithAzMode(KxAzMode value)
KxDataviewListEntry & WithStatusReason(StatusReasonT &&value)
bool GetReadWrite() const
const Aws::String & GetDatabaseName() const
KxDataviewStatus GetStatus() const
void SetActiveVersions(ActiveVersionsT &&value)
void SetCreatedTimestamp(CreatedTimestampT &&value)
bool EnvironmentIdHasBeenSet() const
void SetEnvironmentId(EnvironmentIdT &&value)
void SetAutoUpdate(bool value)
bool AutoUpdateHasBeenSet() const
KxDataviewListEntry & WithDatabaseName(DatabaseNameT &&value)
bool GetAutoUpdate() const
KxDataviewListEntry & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
const Aws::Vector< KxDataviewActiveVersion > & GetActiveVersions() const
bool StatusHasBeenSet() const
void SetChangesetId(ChangesetIdT &&value)
AWS_FINSPACE_API KxDataviewListEntry()=default
KxDataviewListEntry & AddActiveVersions(ActiveVersionsT &&value)
bool SegmentConfigurationsHasBeenSet() const
bool ChangesetIdHasBeenSet() const
bool LastModifiedTimestampHasBeenSet() const
const Aws::Vector< KxDataviewSegmentConfiguration > & GetSegmentConfigurations() const
bool ActiveVersionsHasBeenSet() const
KxDataviewListEntry & WithDataviewName(DataviewNameT &&value)
AWS_FINSPACE_API KxDataviewListEntry(Aws::Utils::Json::JsonView jsonValue)
void SetDatabaseName(DatabaseNameT &&value)
void SetDataviewName(DataviewNameT &&value)
KxDataviewListEntry & WithStatus(KxDataviewStatus value)
bool AvailabilityZoneIdHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
AWS_FINSPACE_API KxDataviewListEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
KxDataviewListEntry & WithAutoUpdate(bool value)
void SetReadWrite(bool value)
KxAzMode GetAzMode() const
bool DescriptionHasBeenSet() const
KxDataviewListEntry & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
bool DatabaseNameHasBeenSet() const
KxDataviewListEntry & WithSegmentConfigurations(SegmentConfigurationsT &&value)
void SetStatusReason(StatusReasonT &&value)
const Aws::String & GetStatusReason() const
KxDataviewListEntry & WithCreatedTimestamp(CreatedTimestampT &&value)
KxDataviewListEntry & WithEnvironmentId(EnvironmentIdT &&value)
KxDataviewListEntry & WithReadWrite(bool value)
const Aws::String & GetAvailabilityZoneId() const
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
bool DataviewNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTimestamp() const
KxDataviewListEntry & WithActiveVersions(ActiveVersionsT &&value)
void SetStatus(KxDataviewStatus value)
const Aws::String & GetDescription() const
void SetAzMode(KxAzMode value)
void SetSegmentConfigurations(SegmentConfigurationsT &&value)
const Aws::String & GetDataviewName() const
bool CreatedTimestampHasBeenSet() const
KxDataviewListEntry & AddSegmentConfigurations(SegmentConfigurationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue