7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/model/AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute.h>
50 template<
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
51 void SetAvailabilityZones(AvailabilityZonesT&& value) { m_availabilityZonesHasBeenSet =
true; m_availabilityZones = std::forward<AvailabilityZonesT>(value); }
52 template<
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
54 template<
typename AvailabilityZonesT = Aws::String>
66 template<
typename SnapshotCreateTimeT = Aws::String>
67 void SetSnapshotCreateTime(SnapshotCreateTimeT&& value) { m_snapshotCreateTimeHasBeenSet =
true; m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value); }
68 template<
typename SnapshotCreateTimeT = Aws::String>
79 template<
typename EngineT = Aws::String>
80 void SetEngine(EngineT&& value) { m_engineHasBeenSet =
true; m_engine = std::forward<EngineT>(value); }
81 template<
typename EngineT = Aws::String>
91 inline void SetAllocatedStorage(
int value) { m_allocatedStorageHasBeenSet =
true; m_allocatedStorage = value; }
101 template<
typename StatusT = Aws::String>
102 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
103 template<
typename StatusT = Aws::String>
114 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
124 template<
typename VpcIdT = Aws::String>
125 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
126 template<
typename VpcIdT = Aws::String>
139 template<
typename ClusterCreateTimeT = Aws::String>
140 void SetClusterCreateTime(ClusterCreateTimeT&& value) { m_clusterCreateTimeHasBeenSet =
true; m_clusterCreateTime = std::forward<ClusterCreateTimeT>(value); }
141 template<
typename ClusterCreateTimeT = Aws::String>
151 template<
typename MasterUsernameT = Aws::String>
152 void SetMasterUsername(MasterUsernameT&& value) { m_masterUsernameHasBeenSet =
true; m_masterUsername = std::forward<MasterUsernameT>(value); }
153 template<
typename MasterUsernameT = Aws::String>
163 template<
typename EngineVersionT = Aws::String>
164 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
165 template<
typename EngineVersionT = Aws::String>
175 template<
typename LicenseModelT = Aws::String>
176 void SetLicenseModel(LicenseModelT&& value) { m_licenseModelHasBeenSet =
true; m_licenseModel = std::forward<LicenseModelT>(value); }
177 template<
typename LicenseModelT = Aws::String>
187 template<
typename SnapshotTypeT = Aws::String>
188 void SetSnapshotType(SnapshotTypeT&& value) { m_snapshotTypeHasBeenSet =
true; m_snapshotType = std::forward<SnapshotTypeT>(value); }
189 template<
typename SnapshotTypeT = Aws::String>
199 inline void SetPercentProgress(
int value) { m_percentProgressHasBeenSet =
true; m_percentProgress = value; }
209 inline void SetStorageEncrypted(
bool value) { m_storageEncryptedHasBeenSet =
true; m_storageEncrypted = value; }
220 template<
typename KmsKeyIdT = Aws::String>
221 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
222 template<
typename KmsKeyIdT = Aws::String>
232 template<
typename DbClusterIdentifierT = Aws::String>
233 void SetDbClusterIdentifier(DbClusterIdentifierT&& value) { m_dbClusterIdentifierHasBeenSet =
true; m_dbClusterIdentifier = std::forward<DbClusterIdentifierT>(value); }
234 template<
typename DbClusterIdentifierT = Aws::String>
244 template<
typename DbClusterSnapshotIdentifierT = Aws::String>
245 void SetDbClusterSnapshotIdentifier(DbClusterSnapshotIdentifierT&& value) { m_dbClusterSnapshotIdentifierHasBeenSet =
true; m_dbClusterSnapshotIdentifier = std::forward<DbClusterSnapshotIdentifierT>(value); }
246 template<
typename DbClusterSnapshotIdentifierT = Aws::String>
266 template<
typename DbClusterSnapshotAttributesT = Aws::Vector<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute>>
267 void SetDbClusterSnapshotAttributes(DbClusterSnapshotAttributesT&& value) { m_dbClusterSnapshotAttributesHasBeenSet =
true; m_dbClusterSnapshotAttributes = std::forward<DbClusterSnapshotAttributesT>(value); }
268 template<
typename DbClusterSnapshotAttributesT = Aws::Vector<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute>>
270 template<
typename DbClusterSnapshotAttributesT = AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute>
276 bool m_availabilityZonesHasBeenSet =
false;
279 bool m_snapshotCreateTimeHasBeenSet =
false;
282 bool m_engineHasBeenSet =
false;
284 int m_allocatedStorage{0};
285 bool m_allocatedStorageHasBeenSet =
false;
288 bool m_statusHasBeenSet =
false;
291 bool m_portHasBeenSet =
false;
294 bool m_vpcIdHasBeenSet =
false;
297 bool m_clusterCreateTimeHasBeenSet =
false;
300 bool m_masterUsernameHasBeenSet =
false;
303 bool m_engineVersionHasBeenSet =
false;
306 bool m_licenseModelHasBeenSet =
false;
309 bool m_snapshotTypeHasBeenSet =
false;
311 int m_percentProgress{0};
312 bool m_percentProgressHasBeenSet =
false;
314 bool m_storageEncrypted{
false};
315 bool m_storageEncryptedHasBeenSet =
false;
318 bool m_kmsKeyIdHasBeenSet =
false;
321 bool m_dbClusterIdentifierHasBeenSet =
false;
324 bool m_dbClusterSnapshotIdentifierHasBeenSet =
false;
326 bool m_iamDatabaseAuthenticationEnabled{
false};
327 bool m_iamDatabaseAuthenticationEnabledHasBeenSet =
false;
330 bool m_dbClusterSnapshotAttributesHasBeenSet =
false;
void SetKmsKeyId(KmsKeyIdT &&value)
void SetPercentProgress(int value)
AwsRdsDbClusterSnapshotDetails & WithLicenseModel(LicenseModelT &&value)
const Aws::String & GetClusterCreateTime() const
bool PortHasBeenSet() const
int GetPercentProgress() const
void SetMasterUsername(MasterUsernameT &&value)
bool VpcIdHasBeenSet() const
AwsRdsDbClusterSnapshotDetails & WithAvailabilityZones(AvailabilityZonesT &&value)
bool PercentProgressHasBeenSet() const
bool DbClusterSnapshotIdentifierHasBeenSet() const
bool StorageEncryptedHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::String & GetDbClusterSnapshotIdentifier() const
const Aws::String & GetMasterUsername() const
int GetAllocatedStorage() const
AwsRdsDbClusterSnapshotDetails & WithKmsKeyId(KmsKeyIdT &&value)
AwsRdsDbClusterSnapshotDetails & WithStatus(StatusT &&value)
bool GetIamDatabaseAuthenticationEnabled() const
bool SnapshotTypeHasBeenSet() const
const Aws::String & GetEngine() const
bool KmsKeyIdHasBeenSet() const
void SetSnapshotCreateTime(SnapshotCreateTimeT &&value)
bool AllocatedStorageHasBeenSet() const
bool EngineVersionHasBeenSet() const
void SetAvailabilityZones(AvailabilityZonesT &&value)
void SetAllocatedStorage(int value)
AWS_SECURITYHUB_API AwsRdsDbClusterSnapshotDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LicenseModelHasBeenSet() const
bool SnapshotCreateTimeHasBeenSet() const
void SetVpcId(VpcIdT &&value)
void SetDbClusterSnapshotIdentifier(DbClusterSnapshotIdentifierT &&value)
void SetEngineVersion(EngineVersionT &&value)
AwsRdsDbClusterSnapshotDetails & WithSnapshotType(SnapshotTypeT &&value)
AwsRdsDbClusterSnapshotDetails & WithDbClusterSnapshotIdentifier(DbClusterSnapshotIdentifierT &&value)
AwsRdsDbClusterSnapshotDetails & WithStorageEncrypted(bool value)
const Aws::String & GetEngineVersion() const
AwsRdsDbClusterSnapshotDetails & WithDbClusterIdentifier(DbClusterIdentifierT &&value)
AwsRdsDbClusterSnapshotDetails & WithEngine(EngineT &&value)
const Aws::String & GetVpcId() const
bool EngineHasBeenSet() const
void SetDbClusterSnapshotAttributes(DbClusterSnapshotAttributesT &&value)
AwsRdsDbClusterSnapshotDetails & AddAvailabilityZones(AvailabilityZonesT &&value)
void SetStatus(StatusT &&value)
AwsRdsDbClusterSnapshotDetails & AddDbClusterSnapshotAttributes(DbClusterSnapshotAttributesT &&value)
AwsRdsDbClusterSnapshotDetails & WithClusterCreateTime(ClusterCreateTimeT &&value)
const Aws::String & GetLicenseModel() const
void SetIamDatabaseAuthenticationEnabled(bool value)
bool GetStorageEncrypted() const
const Aws::Vector< Aws::String > & GetAvailabilityZones() const
const Aws::String & GetSnapshotType() const
bool ClusterCreateTimeHasBeenSet() const
const Aws::String & GetStatus() const
AwsRdsDbClusterSnapshotDetails & WithDbClusterSnapshotAttributes(DbClusterSnapshotAttributesT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRdsDbClusterSnapshotDetails & WithIamDatabaseAuthenticationEnabled(bool value)
bool DbClusterIdentifierHasBeenSet() const
void SetEngine(EngineT &&value)
bool IamDatabaseAuthenticationEnabledHasBeenSet() const
AwsRdsDbClusterSnapshotDetails & WithEngineVersion(EngineVersionT &&value)
AWS_SECURITYHUB_API AwsRdsDbClusterSnapshotDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKeyId() const
void SetSnapshotType(SnapshotTypeT &&value)
void SetStorageEncrypted(bool value)
AwsRdsDbClusterSnapshotDetails & WithAllocatedStorage(int value)
void SetClusterCreateTime(ClusterCreateTimeT &&value)
bool DbClusterSnapshotAttributesHasBeenSet() const
void SetDbClusterIdentifier(DbClusterIdentifierT &&value)
const Aws::String & GetSnapshotCreateTime() const
const Aws::Vector< AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute > & GetDbClusterSnapshotAttributes() const
AWS_SECURITYHUB_API AwsRdsDbClusterSnapshotDetails()=default
AwsRdsDbClusterSnapshotDetails & WithPort(int value)
const Aws::String & GetDbClusterIdentifier() const
AwsRdsDbClusterSnapshotDetails & WithPercentProgress(int value)
bool AvailabilityZonesHasBeenSet() const
bool MasterUsernameHasBeenSet() const
AwsRdsDbClusterSnapshotDetails & WithVpcId(VpcIdT &&value)
AwsRdsDbClusterSnapshotDetails & WithMasterUsername(MasterUsernameT &&value)
void SetLicenseModel(LicenseModelT &&value)
AwsRdsDbClusterSnapshotDetails & WithSnapshotCreateTime(SnapshotCreateTimeT &&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