7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/odb/OdbRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/odb/model/LicenseModel.h>
12#include <aws/odb/model/MaintenanceWindow.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/core/utils/UUID.h>
49 template<
typename CloudExadataInfrastructureIdT = Aws::String>
50 void SetCloudExadataInfrastructureId(CloudExadataInfrastructureIdT&& value) { m_cloudExadataInfrastructureIdHasBeenSet =
true; m_cloudExadataInfrastructureId = std::forward<CloudExadataInfrastructureIdT>(value); }
51 template<
typename CloudExadataInfrastructureIdT = Aws::String>
61 template<
typename OdbNetworkIdT = Aws::String>
62 void SetOdbNetworkId(OdbNetworkIdT&& value) { m_odbNetworkIdHasBeenSet =
true; m_odbNetworkId = std::forward<OdbNetworkIdT>(value); }
63 template<
typename OdbNetworkIdT = Aws::String>
74 template<
typename DisplayNameT = Aws::String>
75 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
76 template<
typename DisplayNameT = Aws::String>
86 template<
typename ClientTokenT = Aws::String>
87 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
88 template<
typename ClientTokenT = Aws::String>
119 template<
typename DbServersT = Aws::Vector<Aws::String>>
120 void SetDbServers(DbServersT&& value) { m_dbServersHasBeenSet =
true; m_dbServers = std::forward<DbServersT>(value); }
121 template<
typename DbServersT = Aws::Vector<Aws::String>>
123 template<
typename DbServersT = Aws::String>
133 template<
typename DescriptionT = Aws::String>
134 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
135 template<
typename DescriptionT = Aws::String>
167 template<
typename Ma
intenanceWindowT = Ma
intenanceWindow>
168 void SetMaintenanceWindow(MaintenanceWindowT&& value) { m_maintenanceWindowHasBeenSet =
true; m_maintenanceWindow = std::forward<MaintenanceWindowT>(value); }
169 template<
typename Ma
intenanceWindowT = Ma
intenanceWindow>
210 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
211 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
212 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
214 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
216 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
226 template<
typename TimeZoneT = Aws::String>
227 void SetTimeZone(TimeZoneT&& value) { m_timeZoneHasBeenSet =
true; m_timeZone = std::forward<TimeZoneT>(value); }
228 template<
typename TimeZoneT = Aws::String>
245 bool m_cloudExadataInfrastructureIdHasBeenSet =
false;
248 bool m_odbNetworkIdHasBeenSet =
false;
251 bool m_displayNameHasBeenSet =
false;
254 bool m_clientTokenHasBeenSet =
true;
256 double m_autonomousDataStorageSizeInTBs{0.0};
257 bool m_autonomousDataStorageSizeInTBsHasBeenSet =
false;
259 int m_cpuCoreCountPerNode{0};
260 bool m_cpuCoreCountPerNodeHasBeenSet =
false;
263 bool m_dbServersHasBeenSet =
false;
266 bool m_descriptionHasBeenSet =
false;
268 bool m_isMtlsEnabledVmCluster{
false};
269 bool m_isMtlsEnabledVmClusterHasBeenSet =
false;
272 bool m_licenseModelHasBeenSet =
false;
274 MaintenanceWindow m_maintenanceWindow;
275 bool m_maintenanceWindowHasBeenSet =
false;
277 int m_memoryPerOracleComputeUnitInGBs{0};
278 bool m_memoryPerOracleComputeUnitInGBsHasBeenSet =
false;
280 int m_scanListenerPortNonTls{0};
281 bool m_scanListenerPortNonTlsHasBeenSet =
false;
283 int m_scanListenerPortTls{0};
284 bool m_scanListenerPortTlsHasBeenSet =
false;
287 bool m_tagsHasBeenSet =
false;
290 bool m_timeZoneHasBeenSet =
false;
292 int m_totalContainerDatabases{0};
293 bool m_totalContainerDatabasesHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
const Aws::String & GetOdbNetworkId() const
void SetLicenseModel(LicenseModel value)
int GetCpuCoreCountPerNode() const
void SetOdbNetworkId(OdbNetworkIdT &&value)
bool MemoryPerOracleComputeUnitInGBsHasBeenSet() const
CreateCloudAutonomousVmClusterRequest & WithOdbNetworkId(OdbNetworkIdT &&value)
bool TimeZoneHasBeenSet() const
AWS_ODB_API CreateCloudAutonomousVmClusterRequest()=default
bool AutonomousDataStorageSizeInTBsHasBeenSet() const
CreateCloudAutonomousVmClusterRequest & WithLicenseModel(LicenseModel value)
CreateCloudAutonomousVmClusterRequest & AddDbServers(DbServersT &&value)
void SetTotalContainerDatabases(int value)
bool MaintenanceWindowHasBeenSet() const
bool DbServersHasBeenSet() const
void SetTags(TagsT &&value)
CreateCloudAutonomousVmClusterRequest & WithTotalContainerDatabases(int value)
bool TagsHasBeenSet() const
bool CpuCoreCountPerNodeHasBeenSet() const
CreateCloudAutonomousVmClusterRequest & WithCloudExadataInfrastructureId(CloudExadataInfrastructureIdT &&value)
void SetTimeZone(TimeZoneT &&value)
CreateCloudAutonomousVmClusterRequest & WithCpuCoreCountPerNode(int value)
const Aws::String & GetTimeZone() const
AWS_ODB_API Aws::String SerializePayload() const override
int GetMemoryPerOracleComputeUnitInGBs() const
AWS_ODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateCloudAutonomousVmClusterRequest & WithDescription(DescriptionT &&value)
CreateCloudAutonomousVmClusterRequest & WithScanListenerPortNonTls(int value)
void SetScanListenerPortNonTls(int value)
const Aws::String & GetDisplayName() const
void SetMaintenanceWindow(MaintenanceWindowT &&value)
void SetScanListenerPortTls(int value)
void SetDbServers(DbServersT &&value)
double GetAutonomousDataStorageSizeInTBs() const
const Aws::String & GetClientToken() const
LicenseModel GetLicenseModel() const
CreateCloudAutonomousVmClusterRequest & WithDbServers(DbServersT &&value)
const MaintenanceWindow & GetMaintenanceWindow() const
void SetCpuCoreCountPerNode(int value)
bool OdbNetworkIdHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetAutonomousDataStorageSizeInTBs(double value)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetCloudExadataInfrastructureId() const
int GetTotalContainerDatabases() const
void SetDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
bool GetIsMtlsEnabledVmCluster() const
bool ScanListenerPortNonTlsHasBeenSet() const
CreateCloudAutonomousVmClusterRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
CreateCloudAutonomousVmClusterRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateCloudAutonomousVmClusterRequest & WithClientToken(ClientTokenT &&value)
CreateCloudAutonomousVmClusterRequest & WithMemoryPerOracleComputeUnitInGBs(int value)
const Aws::Vector< Aws::String > & GetDbServers() const
void SetMemoryPerOracleComputeUnitInGBs(int value)
void SetCloudExadataInfrastructureId(CloudExadataInfrastructureIdT &&value)
bool ScanListenerPortTlsHasBeenSet() const
bool IsMtlsEnabledVmClusterHasBeenSet() const
CreateCloudAutonomousVmClusterRequest & WithMaintenanceWindow(MaintenanceWindowT &&value)
int GetScanListenerPortTls() const
bool DisplayNameHasBeenSet() const
CreateCloudAutonomousVmClusterRequest & WithDisplayName(DisplayNameT &&value)
CreateCloudAutonomousVmClusterRequest & WithIsMtlsEnabledVmCluster(bool value)
bool TotalContainerDatabasesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool CloudExadataInfrastructureIdHasBeenSet() const
bool LicenseModelHasBeenSet() const
const Aws::String & GetDescription() const
void SetIsMtlsEnabledVmCluster(bool value)
int GetScanListenerPortNonTls() const
CreateCloudAutonomousVmClusterRequest & WithScanListenerPortTls(int value)
CreateCloudAutonomousVmClusterRequest & WithTimeZone(TimeZoneT &&value)
CreateCloudAutonomousVmClusterRequest & WithAutonomousDataStorageSizeInTBs(double value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector