7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/finspace/Finspace_EXPORTS.h>
12#include <aws/finspace/model/KxAzMode.h>
13#include <aws/finspace/model/KxDataviewSegmentConfiguration.h>
14#include <aws/finspace/model/KxDataviewStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename DataviewNameT = Aws::String>
42 m_dataviewNameHasBeenSet =
true;
43 m_dataviewName = std::forward<DataviewNameT>(value);
45 template <
typename DataviewNameT = Aws::String>
57 template <
typename DatabaseNameT = Aws::String>
59 m_databaseNameHasBeenSet =
true;
60 m_databaseName = std::forward<DatabaseNameT>(value);
62 template <
typename DatabaseNameT = Aws::String>
75 template <
typename EnvironmentIdT = Aws::String>
77 m_environmentIdHasBeenSet =
true;
78 m_environmentId = std::forward<EnvironmentIdT>(value);
80 template <
typename EnvironmentIdT = Aws::String>
95 m_azModeHasBeenSet =
true;
109 template <
typename AvailabilityZoneIdT = Aws::String>
111 m_availabilityZoneIdHasBeenSet =
true;
112 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
114 template <
typename AvailabilityZoneIdT = Aws::String>
126 template <
typename ChangesetIdT = Aws::String>
128 m_changesetIdHasBeenSet =
true;
129 m_changesetId = std::forward<ChangesetIdT>(value);
131 template <
typename ChangesetIdT = Aws::String>
147 template <
typename SegmentConfigurationsT = Aws::Vector<KxDataviewSegmentConfiguration>>
149 m_segmentConfigurationsHasBeenSet =
true;
150 m_segmentConfigurations = std::forward<SegmentConfigurationsT>(value);
152 template <
typename SegmentConfigurationsT = Aws::Vector<KxDataviewSegmentConfiguration>>
157 template <
typename SegmentConfigurationsT = KxDataviewSegmentConfiguration>
159 m_segmentConfigurationsHasBeenSet =
true;
160 m_segmentConfigurations.emplace_back(std::forward<SegmentConfigurationsT>(value));
170 template <
typename DescriptionT = Aws::String>
172 m_descriptionHasBeenSet =
true;
173 m_description = std::forward<DescriptionT>(value);
175 template <
typename DescriptionT = Aws::String>
190 m_autoUpdateHasBeenSet =
true;
191 m_autoUpdate = value;
206 m_readWriteHasBeenSet =
true;
222 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
224 m_createdTimestampHasBeenSet =
true;
225 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
227 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
241 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
243 m_lastModifiedTimestampHasBeenSet =
true;
244 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
246 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
262 m_statusHasBeenSet =
true;
274 template <
typename RequestIdT = Aws::String>
276 m_requestIdHasBeenSet =
true;
277 m_requestId = std::forward<RequestIdT>(value);
279 template <
typename RequestIdT = Aws::String>
304 bool m_autoUpdate{
false};
306 bool m_readWrite{
false};
316 bool m_dataviewNameHasBeenSet =
false;
317 bool m_databaseNameHasBeenSet =
false;
318 bool m_environmentIdHasBeenSet =
false;
319 bool m_azModeHasBeenSet =
false;
320 bool m_availabilityZoneIdHasBeenSet =
false;
321 bool m_changesetIdHasBeenSet =
false;
322 bool m_segmentConfigurationsHasBeenSet =
false;
323 bool m_descriptionHasBeenSet =
false;
324 bool m_autoUpdateHasBeenSet =
false;
325 bool m_readWriteHasBeenSet =
false;
326 bool m_createdTimestampHasBeenSet =
false;
327 bool m_lastModifiedTimestampHasBeenSet =
false;
328 bool m_statusHasBeenSet =
false;
329 bool m_requestIdHasBeenSet =
false;
CreateKxDataviewResult & WithReadWrite(bool value)
void SetCreatedTimestamp(CreatedTimestampT &&value)
KxAzMode GetAzMode() const
void SetAzMode(KxAzMode value)
void SetDatabaseName(DatabaseNameT &&value)
void SetReadWrite(bool value)
CreateKxDataviewResult & WithAzMode(KxAzMode value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDataviewName() const
CreateKxDataviewResult & AddSegmentConfigurations(SegmentConfigurationsT &&value)
CreateKxDataviewResult & WithEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetRequestId() const
KxDataviewStatus GetStatus() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetDescription() const
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
void SetSegmentConfigurations(SegmentConfigurationsT &&value)
bool GetAutoUpdate() const
CreateKxDataviewResult & WithSegmentConfigurations(SegmentConfigurationsT &&value)
CreateKxDataviewResult & WithChangesetId(ChangesetIdT &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
void SetDataviewName(DataviewNameT &&value)
const Aws::String & GetDatabaseName() const
CreateKxDataviewResult & WithDataviewName(DataviewNameT &&value)
AWS_FINSPACE_API CreateKxDataviewResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAutoUpdate(bool value)
bool GetReadWrite() const
const Aws::String & GetChangesetId() const
CreateKxDataviewResult & WithRequestId(RequestIdT &&value)
CreateKxDataviewResult & WithCreatedTimestamp(CreatedTimestampT &&value)
const Aws::String & GetAvailabilityZoneId() const
const Aws::Vector< KxDataviewSegmentConfiguration > & GetSegmentConfigurations() const
void SetRequestId(RequestIdT &&value)
CreateKxDataviewResult & WithDatabaseName(DatabaseNameT &&value)
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
CreateKxDataviewResult & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
AWS_FINSPACE_API CreateKxDataviewResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FINSPACE_API CreateKxDataviewResult()=default
CreateKxDataviewResult & WithDescription(DescriptionT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
CreateKxDataviewResult & WithStatus(KxDataviewStatus value)
const Aws::String & GetEnvironmentId() const
void SetChangesetId(ChangesetIdT &&value)
CreateKxDataviewResult & WithAutoUpdate(bool value)
void SetStatus(KxDataviewStatus value)
CreateKxDataviewResult & WithLastModifiedTimestamp(LastModifiedTimestampT &&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