7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/dms/model/KerberosAuthenticationSettings.h>
12#include <aws/dms/model/Tag.h>
17namespace DatabaseMigrationService
53 template<
typename ReplicationInstanceIdentifierT = Aws::String>
54 void SetReplicationInstanceIdentifier(ReplicationInstanceIdentifierT&& value) { m_replicationInstanceIdentifierHasBeenSet =
true; m_replicationInstanceIdentifier = std::forward<ReplicationInstanceIdentifierT>(value); }
55 template<
typename ReplicationInstanceIdentifierT = Aws::String>
66 inline void SetAllocatedStorage(
int value) { m_allocatedStorageHasBeenSet =
true; m_allocatedStorage = value; }
84 template<
typename ReplicationInstanceClassT = Aws::String>
85 void SetReplicationInstanceClass(ReplicationInstanceClassT&& value) { m_replicationInstanceClassHasBeenSet =
true; m_replicationInstanceClass = std::forward<ReplicationInstanceClassT>(value); }
86 template<
typename ReplicationInstanceClassT = Aws::String>
98 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
99 void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT&& value) { m_vpcSecurityGroupIdsHasBeenSet =
true; m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value); }
100 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
102 template<
typename VpcSecurityGroupIdsT = Aws::String>
114 template<
typename AvailabilityZoneT = Aws::String>
115 void SetAvailabilityZone(AvailabilityZoneT&& value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone = std::forward<AvailabilityZoneT>(value); }
116 template<
typename AvailabilityZoneT = Aws::String>
126 template<
typename ReplicationSubnetGroupIdentifierT = Aws::String>
127 void SetReplicationSubnetGroupIdentifier(ReplicationSubnetGroupIdentifierT&& value) { m_replicationSubnetGroupIdentifierHasBeenSet =
true; m_replicationSubnetGroupIdentifier = std::forward<ReplicationSubnetGroupIdentifierT>(value); }
128 template<
typename ReplicationSubnetGroupIdentifierT = Aws::String>
143 template<
typename PreferredMa
intenanceWindowT = Aws::String>
144 void SetPreferredMaintenanceWindow(PreferredMaintenanceWindowT&& value) { m_preferredMaintenanceWindowHasBeenSet =
true; m_preferredMaintenanceWindow = std::forward<PreferredMaintenanceWindowT>(value); }
145 template<
typename PreferredMa
intenanceWindowT = Aws::String>
157 inline void SetMultiAZ(
bool value) { m_multiAZHasBeenSet =
true; m_multiAZ = value; }
169 template<
typename EngineVersionT = Aws::String>
170 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
171 template<
typename EngineVersionT = Aws::String>
193 template<
typename TagsT = Aws::Vector<Tag>>
194 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
195 template<
typename TagsT = Aws::Vector<Tag>>
197 template<
typename TagsT = Tag>
212 template<
typename KmsKeyIdT = Aws::String>
213 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
214 template<
typename KmsKeyIdT = Aws::String>
227 inline void SetPubliclyAccessible(
bool value) { m_publiclyAccessibleHasBeenSet =
true; m_publiclyAccessible = value; }
241 template<
typename DnsNameServersT = Aws::String>
242 void SetDnsNameServers(DnsNameServersT&& value) { m_dnsNameServersHasBeenSet =
true; m_dnsNameServers = std::forward<DnsNameServersT>(value); }
243 template<
typename DnsNameServersT = Aws::String>
262 template<
typename ResourceIdentifierT = Aws::String>
263 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
264 template<
typename ResourceIdentifierT = Aws::String>
276 template<
typename NetworkTypeT = Aws::String>
277 void SetNetworkType(NetworkTypeT&& value) { m_networkTypeHasBeenSet =
true; m_networkType = std::forward<NetworkTypeT>(value); }
278 template<
typename NetworkTypeT = Aws::String>
289 template<
typename KerberosAuthenticationSettingsT = KerberosAuthenticationSettings>
290 void SetKerberosAuthenticationSettings(KerberosAuthenticationSettingsT&& value) { m_kerberosAuthenticationSettingsHasBeenSet =
true; m_kerberosAuthenticationSettings = std::forward<KerberosAuthenticationSettingsT>(value); }
291 template<
typename KerberosAuthenticationSettingsT = KerberosAuthenticationSettings>
297 bool m_replicationInstanceIdentifierHasBeenSet =
false;
299 int m_allocatedStorage{0};
300 bool m_allocatedStorageHasBeenSet =
false;
303 bool m_replicationInstanceClassHasBeenSet =
false;
306 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
309 bool m_availabilityZoneHasBeenSet =
false;
312 bool m_replicationSubnetGroupIdentifierHasBeenSet =
false;
315 bool m_preferredMaintenanceWindowHasBeenSet =
false;
317 bool m_multiAZ{
false};
318 bool m_multiAZHasBeenSet =
false;
321 bool m_engineVersionHasBeenSet =
false;
323 bool m_autoMinorVersionUpgrade{
false};
324 bool m_autoMinorVersionUpgradeHasBeenSet =
false;
327 bool m_tagsHasBeenSet =
false;
330 bool m_kmsKeyIdHasBeenSet =
false;
332 bool m_publiclyAccessible{
false};
333 bool m_publiclyAccessibleHasBeenSet =
false;
336 bool m_dnsNameServersHasBeenSet =
false;
339 bool m_resourceIdentifierHasBeenSet =
false;
342 bool m_networkTypeHasBeenSet =
false;
344 KerberosAuthenticationSettings m_kerberosAuthenticationSettings;
345 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