7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/finspace/Finspace_EXPORTS.h>
11#include <aws/finspace/model/KxDataviewSegmentConfiguration.h>
44 template <
typename ChangesetIdT = Aws::String>
46 m_changesetIdHasBeenSet =
true;
47 m_changesetId = std::forward<ChangesetIdT>(value);
49 template <
typename ChangesetIdT = Aws::String>
66 template <
typename SegmentConfigurationsT = Aws::Vector<KxDataviewSegmentConfiguration>>
68 m_segmentConfigurationsHasBeenSet =
true;
69 m_segmentConfigurations = std::forward<SegmentConfigurationsT>(value);
71 template <
typename SegmentConfigurationsT = Aws::Vector<KxDataviewSegmentConfiguration>>
76 template <
typename SegmentConfigurationsT = KxDataviewSegmentConfiguration>
78 m_segmentConfigurationsHasBeenSet =
true;
79 m_segmentConfigurations.emplace_back(std::forward<SegmentConfigurationsT>(value));
90 template <
typename AttachedClustersT = Aws::Vector<Aws::String>>
92 m_attachedClustersHasBeenSet =
true;
93 m_attachedClusters = std::forward<AttachedClustersT>(value);
95 template <
typename AttachedClustersT = Aws::Vector<Aws::String>>
100 template <
typename AttachedClustersT = Aws::String>
102 m_attachedClustersHasBeenSet =
true;
103 m_attachedClusters.emplace_back(std::forward<AttachedClustersT>(value));
116 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
118 m_createdTimestampHasBeenSet =
true;
119 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
121 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
134 template <
typename VersionIdT = Aws::String>
136 m_versionIdHasBeenSet =
true;
137 m_versionId = std::forward<VersionIdT>(value);
139 template <
typename VersionIdT = Aws::String>
155 bool m_changesetIdHasBeenSet =
false;
156 bool m_segmentConfigurationsHasBeenSet =
false;
157 bool m_attachedClustersHasBeenSet =
false;
158 bool m_createdTimestampHasBeenSet =
false;
159 bool m_versionIdHasBeenSet =
false;
void SetVersionId(VersionIdT &&value)
bool VersionIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTimestamp() const
void SetAttachedClusters(AttachedClustersT &&value)
AWS_FINSPACE_API KxDataviewActiveVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
KxDataviewActiveVersion & WithChangesetId(ChangesetIdT &&value)
bool AttachedClustersHasBeenSet() const
KxDataviewActiveVersion & WithVersionId(VersionIdT &&value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACE_API KxDataviewActiveVersion()=default
bool ChangesetIdHasBeenSet() const
const Aws::Vector< KxDataviewSegmentConfiguration > & GetSegmentConfigurations() const
bool CreatedTimestampHasBeenSet() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
void SetSegmentConfigurations(SegmentConfigurationsT &&value)
KxDataviewActiveVersion & WithCreatedTimestamp(CreatedTimestampT &&value)
const Aws::String & GetChangesetId() const
void SetChangesetId(ChangesetIdT &&value)
KxDataviewActiveVersion & AddAttachedClusters(AttachedClustersT &&value)
const Aws::String & GetVersionId() const
KxDataviewActiveVersion & WithAttachedClusters(AttachedClustersT &&value)
KxDataviewActiveVersion & WithSegmentConfigurations(SegmentConfigurationsT &&value)
KxDataviewActiveVersion & AddSegmentConfigurations(SegmentConfigurationsT &&value)
bool SegmentConfigurationsHasBeenSet() const
AWS_FINSPACE_API KxDataviewActiveVersion(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetAttachedClusters() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue