7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationServiceRequest.h>
10#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
11#include <aws/dms/model/KerberosAuthenticationSettings.h>
12#include <aws/dms/model/Tag.h>
17namespace DatabaseMigrationService {
49 template <
typename ReplicationInstanceIdentifierT = Aws::String>
51 m_replicationInstanceIdentifierHasBeenSet =
true;
52 m_replicationInstanceIdentifier = std::forward<ReplicationInstanceIdentifierT>(value);
54 template <
typename ReplicationInstanceIdentifierT = Aws::String>
69 m_allocatedStorageHasBeenSet =
true;
70 m_allocatedStorage = value;
92 template <
typename ReplicationInstanceClassT = Aws::String>
94 m_replicationInstanceClassHasBeenSet =
true;
95 m_replicationInstanceClass = std::forward<ReplicationInstanceClassT>(value);
97 template <
typename ReplicationInstanceClassT = Aws::String>
112 template <
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
114 m_vpcSecurityGroupIdsHasBeenSet =
true;
115 m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value);
117 template <
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
122 template <
typename VpcSecurityGroupIdsT = Aws::String>
124 m_vpcSecurityGroupIdsHasBeenSet =
true;
125 m_vpcSecurityGroupIds.emplace_back(std::forward<VpcSecurityGroupIdsT>(value));
138 template <
typename AvailabilityZoneT = Aws::String>
140 m_availabilityZoneHasBeenSet =
true;
141 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
143 template <
typename AvailabilityZoneT = Aws::String>
156 template <
typename ReplicationSubnetGroupIdentifierT = Aws::String>
158 m_replicationSubnetGroupIdentifierHasBeenSet =
true;
159 m_replicationSubnetGroupIdentifier = std::forward<ReplicationSubnetGroupIdentifierT>(value);
161 template <
typename ReplicationSubnetGroupIdentifierT = Aws::String>
179 template <
typename PreferredMa
intenanceWindowT = Aws::String>
181 m_preferredMaintenanceWindowHasBeenSet =
true;
182 m_preferredMaintenanceWindow = std::forward<PreferredMaintenanceWindowT>(value);
184 template <
typename PreferredMa
intenanceWindowT = Aws::String>
200 m_multiAZHasBeenSet =
true;
217 template <
typename EngineVersionT = Aws::String>
219 m_engineVersionHasBeenSet =
true;
220 m_engineVersion = std::forward<EngineVersionT>(value);
222 template <
typename EngineVersionT = Aws::String>
238 m_autoMinorVersionUpgradeHasBeenSet =
true;
239 m_autoMinorVersionUpgrade = value;
253 template <
typename TagsT = Aws::Vector<Tag>>
255 m_tagsHasBeenSet =
true;
256 m_tags = std::forward<TagsT>(value);
258 template <
typename TagsT = Aws::Vector<Tag>>
260 SetTags(std::forward<TagsT>(value));
263 template <
typename TagsT = Tag>
265 m_tagsHasBeenSet =
true;
266 m_tags.emplace_back(std::forward<TagsT>(value));
282 template <
typename KmsKeyIdT = Aws::String>
284 m_kmsKeyIdHasBeenSet =
true;
285 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
287 template <
typename KmsKeyIdT = Aws::String>
304 m_publiclyAccessibleHasBeenSet =
true;
305 m_publiclyAccessible = value;
323 template <
typename DnsNameServersT = Aws::String>
325 m_dnsNameServersHasBeenSet =
true;
326 m_dnsNameServers = std::forward<DnsNameServersT>(value);
328 template <
typename DnsNameServersT = Aws::String>
350 template <
typename ResourceIdentifierT = Aws::String>
352 m_resourceIdentifierHasBeenSet =
true;
353 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
355 template <
typename ResourceIdentifierT = Aws::String>
370 template <
typename NetworkTypeT = Aws::String>
372 m_networkTypeHasBeenSet =
true;
373 m_networkType = std::forward<NetworkTypeT>(value);
375 template <
typename NetworkTypeT = Aws::String>
389 template <
typename KerberosAuthenticationSettingsT = KerberosAuthenticationSettings>
391 m_kerberosAuthenticationSettingsHasBeenSet =
true;
392 m_kerberosAuthenticationSettings = std::forward<KerberosAuthenticationSettingsT>(value);
394 template <
typename KerberosAuthenticationSettingsT = KerberosAuthenticationSettings>
403 int m_allocatedStorage{0};
415 bool m_multiAZ{
false};
419 bool m_autoMinorVersionUpgrade{
false};
425 bool m_publiclyAccessible{
false};
433 KerberosAuthenticationSettings m_kerberosAuthenticationSettings;
434 bool m_replicationInstanceIdentifierHasBeenSet =
false;
435 bool m_allocatedStorageHasBeenSet =
false;
436 bool m_replicationInstanceClassHasBeenSet =
false;
437 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
438 bool m_availabilityZoneHasBeenSet =
false;
439 bool m_replicationSubnetGroupIdentifierHasBeenSet =
false;
440 bool m_preferredMaintenanceWindowHasBeenSet =
false;
441 bool m_multiAZHasBeenSet =
false;
442 bool m_engineVersionHasBeenSet =
false;
443 bool m_autoMinorVersionUpgradeHasBeenSet =
false;
444 bool m_tagsHasBeenSet =
false;
445 bool m_kmsKeyIdHasBeenSet =
false;
446 bool m_publiclyAccessibleHasBeenSet =
false;
447 bool m_dnsNameServersHasBeenSet =
false;
448 bool m_resourceIdentifierHasBeenSet =
false;
449 bool m_networkTypeHasBeenSet =
false;
450 bool m_kerberosAuthenticationSettingsHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
CreateReplicationInstanceRequest & WithNetworkType(NetworkTypeT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetReplicationInstanceClass(ReplicationInstanceClassT &&value)
bool NetworkTypeHasBeenSet() const
bool AutoMinorVersionUpgradeHasBeenSet() const
CreateReplicationInstanceRequest & WithAutoMinorVersionUpgrade(bool value)
void SetReplicationSubnetGroupIdentifier(ReplicationSubnetGroupIdentifierT &&value)
const Aws::Vector< Aws::String > & GetVpcSecurityGroupIds() const
const Aws::String & GetPreferredMaintenanceWindow() const
int GetAllocatedStorage() const
bool GetPubliclyAccessible() const
void SetAutoMinorVersionUpgrade(bool value)
const Aws::String & GetKmsKeyId() const
void SetKerberosAuthenticationSettings(KerberosAuthenticationSettingsT &&value)
void SetEngineVersion(EngineVersionT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
CreateReplicationInstanceRequest & WithReplicationSubnetGroupIdentifier(ReplicationSubnetGroupIdentifierT &&value)
bool MultiAZHasBeenSet() const
bool ReplicationSubnetGroupIdentifierHasBeenSet() const
bool ReplicationInstanceClassHasBeenSet() const
bool DnsNameServersHasBeenSet() const
bool KmsKeyIdHasBeenSet() const
const KerberosAuthenticationSettings & GetKerberosAuthenticationSettings() const
bool ResourceIdentifierHasBeenSet() const
const Aws::String & GetDnsNameServers() const
bool ReplicationInstanceIdentifierHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetEngineVersion() const
void SetPreferredMaintenanceWindow(PreferredMaintenanceWindowT &&value)
CreateReplicationInstanceRequest & WithAllocatedStorage(int value)
void SetTags(TagsT &&value)
CreateReplicationInstanceRequest & WithTags(TagsT &&value)
void SetMultiAZ(bool value)
CreateReplicationInstanceRequest & WithEngineVersion(EngineVersionT &&value)
CreateReplicationInstanceRequest & WithReplicationInstanceIdentifier(ReplicationInstanceIdentifierT &&value)
CreateReplicationInstanceRequest & AddVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
CreateReplicationInstanceRequest & WithVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
void SetNetworkType(NetworkTypeT &&value)
CreateReplicationInstanceRequest & WithKmsKeyId(KmsKeyIdT &&value)
bool PreferredMaintenanceWindowHasBeenSet() const
bool AllocatedStorageHasBeenSet() const
CreateReplicationInstanceRequest & WithPreferredMaintenanceWindow(PreferredMaintenanceWindowT &&value)
CreateReplicationInstanceRequest & WithAvailabilityZone(AvailabilityZoneT &&value)
void SetAvailabilityZone(AvailabilityZoneT &&value)
const Aws::String & GetReplicationInstanceIdentifier() const
const Aws::String & GetResourceIdentifier() const
const Aws::String & GetReplicationInstanceClass() const
CreateReplicationInstanceRequest & AddTags(TagsT &&value)
CreateReplicationInstanceRequest & WithReplicationInstanceClass(ReplicationInstanceClassT &&value)
bool KerberosAuthenticationSettingsHasBeenSet() const
const Aws::String & GetReplicationSubnetGroupIdentifier() const
bool GetAutoMinorVersionUpgrade() const
void SetAllocatedStorage(int value)
CreateReplicationInstanceRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
CreateReplicationInstanceRequest & WithMultiAZ(bool value)
void SetReplicationInstanceIdentifier(ReplicationInstanceIdentifierT &&value)
void SetResourceIdentifier(ResourceIdentifierT &&value)
bool EngineVersionHasBeenSet() const
bool VpcSecurityGroupIdsHasBeenSet() const
const Aws::String & GetNetworkType() const
bool AvailabilityZoneHasBeenSet() const
CreateReplicationInstanceRequest & WithDnsNameServers(DnsNameServersT &&value)
AWS_DATABASEMIGRATIONSERVICE_API CreateReplicationInstanceRequest()=default
virtual const char * GetServiceRequestName() const override
CreateReplicationInstanceRequest & WithKerberosAuthenticationSettings(KerberosAuthenticationSettingsT &&value)
void SetDnsNameServers(DnsNameServersT &&value)
const Aws::String & GetAvailabilityZone() const
bool TagsHasBeenSet() const
void SetPubliclyAccessible(bool value)
void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
CreateReplicationInstanceRequest & WithPubliclyAccessible(bool value)
bool PubliclyAccessibleHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector