7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/neptune/Neptune_EXPORTS.h>
47 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
49 m_availabilityZonesHasBeenSet =
true;
50 m_availabilityZones = std::forward<AvailabilityZonesT>(value);
52 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
57 template <
typename AvailabilityZonesT = Aws::String>
59 m_availabilityZonesHasBeenSet =
true;
60 m_availabilityZones.emplace_back(std::forward<AvailabilityZonesT>(value));
82 template <
typename DBClusterSnapshotIdentifierT = Aws::String>
84 m_dBClusterSnapshotIdentifierHasBeenSet =
true;
85 m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value);
87 template <
typename DBClusterSnapshotIdentifierT = Aws::String>
101 template <
typename DBClusterIdentifierT = Aws::String>
103 m_dBClusterIdentifierHasBeenSet =
true;
104 m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value);
106 template <
typename DBClusterIdentifierT = Aws::String>
120 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
122 m_snapshotCreateTimeHasBeenSet =
true;
123 m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value);
125 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
138 template <
typename EngineT = Aws::String>
140 m_engineHasBeenSet =
true;
141 m_engine = std::forward<EngineT>(value);
143 template <
typename EngineT = Aws::String>
157 m_allocatedStorageHasBeenSet =
true;
158 m_allocatedStorage = value;
172 template <
typename StatusT = Aws::String>
174 m_statusHasBeenSet =
true;
175 m_status = std::forward<StatusT>(value);
177 template <
typename StatusT = Aws::String>
192 m_portHasBeenSet =
true;
207 template <
typename VpcIdT = Aws::String>
209 m_vpcIdHasBeenSet =
true;
210 m_vpcId = std::forward<VpcIdT>(value);
212 template <
typename VpcIdT = Aws::String>
214 SetVpcId(std::forward<VpcIdT>(value));
226 template <
typename ClusterCreateTimeT = Aws::Utils::DateTime>
228 m_clusterCreateTimeHasBeenSet =
true;
229 m_clusterCreateTime = std::forward<ClusterCreateTimeT>(value);
231 template <
typename ClusterCreateTimeT = Aws::Utils::DateTime>
244 template <
typename MasterUsernameT = Aws::String>
246 m_masterUsernameHasBeenSet =
true;
247 m_masterUsername = std::forward<MasterUsernameT>(value);
249 template <
typename MasterUsernameT = Aws::String>
262 template <
typename EngineVersionT = Aws::String>
264 m_engineVersionHasBeenSet =
true;
265 m_engineVersion = std::forward<EngineVersionT>(value);
267 template <
typename EngineVersionT = Aws::String>
280 template <
typename LicenseModelT = Aws::String>
282 m_licenseModelHasBeenSet =
true;
283 m_licenseModel = std::forward<LicenseModelT>(value);
285 template <
typename LicenseModelT = Aws::String>
298 template <
typename SnapshotTypeT = Aws::String>
300 m_snapshotTypeHasBeenSet =
true;
301 m_snapshotType = std::forward<SnapshotTypeT>(value);
303 template <
typename SnapshotTypeT = Aws::String>
317 m_percentProgressHasBeenSet =
true;
318 m_percentProgress = value;
333 m_storageEncryptedHasBeenSet =
true;
334 m_storageEncrypted = value;
349 template <
typename KmsKeyIdT = Aws::String>
351 m_kmsKeyIdHasBeenSet =
true;
352 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
354 template <
typename KmsKeyIdT = Aws::String>
367 template <
typename DBClusterSnapshotArnT = Aws::String>
369 m_dBClusterSnapshotArnHasBeenSet =
true;
370 m_dBClusterSnapshotArn = std::forward<DBClusterSnapshotArnT>(value);
372 template <
typename DBClusterSnapshotArnT = Aws::String>
387 template <
typename SourceDBClusterSnapshotArnT = Aws::String>
389 m_sourceDBClusterSnapshotArnHasBeenSet =
true;
390 m_sourceDBClusterSnapshotArn = std::forward<SourceDBClusterSnapshotArnT>(value);
392 template <
typename SourceDBClusterSnapshotArnT = Aws::String>
407 m_iAMDatabaseAuthenticationEnabledHasBeenSet =
true;
408 m_iAMDatabaseAuthenticationEnabled = value;
422 template <
typename StorageTypeT = Aws::String>
424 m_storageTypeHasBeenSet =
true;
425 m_storageType = std::forward<StorageTypeT>(value);
427 template <
typename StorageTypeT = Aws::String>
444 int m_allocatedStorage{0};
462 int m_percentProgress{0};
464 bool m_storageEncrypted{
false};
472 bool m_iAMDatabaseAuthenticationEnabled{
false};
475 bool m_availabilityZonesHasBeenSet =
false;
476 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
477 bool m_dBClusterIdentifierHasBeenSet =
false;
478 bool m_snapshotCreateTimeHasBeenSet =
false;
479 bool m_engineHasBeenSet =
false;
480 bool m_allocatedStorageHasBeenSet =
false;
481 bool m_statusHasBeenSet =
false;
482 bool m_portHasBeenSet =
false;
483 bool m_vpcIdHasBeenSet =
false;
484 bool m_clusterCreateTimeHasBeenSet =
false;
485 bool m_masterUsernameHasBeenSet =
false;
486 bool m_engineVersionHasBeenSet =
false;
487 bool m_licenseModelHasBeenSet =
false;
488 bool m_snapshotTypeHasBeenSet =
false;
489 bool m_percentProgressHasBeenSet =
false;
490 bool m_storageEncryptedHasBeenSet =
false;
491 bool m_kmsKeyIdHasBeenSet =
false;
492 bool m_dBClusterSnapshotArnHasBeenSet =
false;
493 bool m_sourceDBClusterSnapshotArnHasBeenSet =
false;
494 bool m_iAMDatabaseAuthenticationEnabledHasBeenSet =
false;
495 bool m_storageTypeHasBeenSet =
false;
DBClusterSnapshot & WithStatus(StatusT &&value)
bool VpcIdHasBeenSet() const
bool GetIAMDatabaseAuthenticationEnabled() const
bool StatusHasBeenSet() const
void SetSnapshotCreateTime(SnapshotCreateTimeT &&value)
void SetStorageEncrypted(bool value)
DBClusterSnapshot & WithSnapshotType(SnapshotTypeT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetEngineVersion(EngineVersionT &&value)
const Aws::String & GetStorageType() const
void SetStatus(StatusT &&value)
void SetClusterCreateTime(ClusterCreateTimeT &&value)
const Aws::Utils::DateTime & GetSnapshotCreateTime() const
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetEngine() const
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
bool AvailabilityZonesHasBeenSet() const
bool EngineHasBeenSet() const
void SetLicenseModel(LicenseModelT &&value)
const Aws::String & GetMasterUsername() const
DBClusterSnapshot & WithAvailabilityZones(AvailabilityZonesT &&value)
bool DBClusterSnapshotArnHasBeenSet() const
bool LicenseModelHasBeenSet() const
DBClusterSnapshot & WithStorageEncrypted(bool value)
DBClusterSnapshot & WithPercentProgress(int value)
bool SourceDBClusterSnapshotArnHasBeenSet() const
AWS_NEPTUNE_API DBClusterSnapshot()=default
DBClusterSnapshot & WithLicenseModel(LicenseModelT &&value)
DBClusterSnapshot & AddAvailabilityZones(AvailabilityZonesT &&value)
bool EngineVersionHasBeenSet() const
bool IAMDatabaseAuthenticationEnabledHasBeenSet() const
const Aws::String & GetSnapshotType() const
void SetSourceDBClusterSnapshotArn(SourceDBClusterSnapshotArnT &&value)
DBClusterSnapshot & WithAllocatedStorage(int value)
DBClusterSnapshot & WithIAMDatabaseAuthenticationEnabled(bool value)
void SetStorageType(StorageTypeT &&value)
DBClusterSnapshot & WithMasterUsername(MasterUsernameT &&value)
void SetIAMDatabaseAuthenticationEnabled(bool value)
DBClusterSnapshot & WithStorageType(StorageTypeT &&value)
bool DBClusterSnapshotIdentifierHasBeenSet() const
bool AllocatedStorageHasBeenSet() const
void SetVpcId(VpcIdT &&value)
const Aws::String & GetKmsKeyId() const
AWS_NEPTUNE_API DBClusterSnapshot & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSnapshotType(SnapshotTypeT &&value)
int GetPercentProgress() const
bool PortHasBeenSet() const
const Aws::String & GetLicenseModel() const
DBClusterSnapshot & WithSnapshotCreateTime(SnapshotCreateTimeT &&value)
void SetAllocatedStorage(int value)
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetDBClusterSnapshotArn() const
bool MasterUsernameHasBeenSet() const
bool StorageEncryptedHasBeenSet() const
void SetEngine(EngineT &&value)
bool DBClusterIdentifierHasBeenSet() const
bool GetStorageEncrypted() const
bool StorageTypeHasBeenSet() const
AWS_NEPTUNE_API DBClusterSnapshot(const Aws::Utils::Xml::XmlNode &xmlNode)
DBClusterSnapshot & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetSourceDBClusterSnapshotArn() const
const Aws::Utils::DateTime & GetClusterCreateTime() const
DBClusterSnapshot & WithDBClusterSnapshotArn(DBClusterSnapshotArnT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
DBClusterSnapshot & WithClusterCreateTime(ClusterCreateTimeT &&value)
DBClusterSnapshot & WithVpcId(VpcIdT &&value)
void SetDBClusterSnapshotArn(DBClusterSnapshotArnT &&value)
const Aws::String & GetDBClusterSnapshotIdentifier() const
const Aws::String & GetDBClusterIdentifier() const
bool SnapshotTypeHasBeenSet() const
const Aws::Vector< Aws::String > & GetAvailabilityZones() const
DBClusterSnapshot & WithSourceDBClusterSnapshotArn(SourceDBClusterSnapshotArnT &&value)
const Aws::String & GetStatus() const
DBClusterSnapshot & WithEngineVersion(EngineVersionT &&value)
void SetAvailabilityZones(AvailabilityZonesT &&value)
void SetPercentProgress(int value)
const Aws::String & GetVpcId() const
DBClusterSnapshot & WithEngine(EngineT &&value)
DBClusterSnapshot & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
bool PercentProgressHasBeenSet() const
bool SnapshotCreateTimeHasBeenSet() const
void SetMasterUsername(MasterUsernameT &&value)
DBClusterSnapshot & WithPort(int value)
int GetAllocatedStorage() const
bool ClusterCreateTimeHasBeenSet() const
const Aws::String & GetEngineVersion() const
DBClusterSnapshot & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream