7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fsx/FSx_EXPORTS.h>
10#include <aws/fsx/model/DiskIopsConfiguration.h>
11#include <aws/fsx/model/SelfManagedActiveDirectoryConfiguration.h>
12#include <aws/fsx/model/WindowsAuditLogCreateConfiguration.h>
13#include <aws/fsx/model/WindowsDeploymentType.h>
14#include <aws/fsx/model/WindowsFsrmConfiguration.h>
49 template <
typename ActiveDirectoryIdT = Aws::String>
51 m_activeDirectoryIdHasBeenSet =
true;
52 m_activeDirectoryId = std::forward<ActiveDirectoryIdT>(value);
54 template <
typename ActiveDirectoryIdT = Aws::String>
64 return m_selfManagedActiveDirectoryConfiguration;
67 template <
typename SelfManagedActiveDirectoryConfigurationT = SelfManagedActiveDirectoryConfiguration>
69 m_selfManagedActiveDirectoryConfigurationHasBeenSet =
true;
70 m_selfManagedActiveDirectoryConfiguration = std::forward<SelfManagedActiveDirectoryConfigurationT>(value);
72 template <
typename SelfManagedActiveDirectoryConfigurationT = SelfManagedActiveDirectoryConfiguration>
98 m_deploymentTypeHasBeenSet =
true;
99 m_deploymentType = value;
117 template <
typename PreferredSubnetIdT = Aws::String>
119 m_preferredSubnetIdHasBeenSet =
true;
120 m_preferredSubnetId = std::forward<PreferredSubnetIdT>(value);
122 template <
typename PreferredSubnetIdT = Aws::String>
138 m_throughputCapacityHasBeenSet =
true;
139 m_throughputCapacity = value;
155 template <
typename WeeklyMa
intenanceStartTimeT = Aws::String>
157 m_weeklyMaintenanceStartTimeHasBeenSet =
true;
158 m_weeklyMaintenanceStartTime = std::forward<WeeklyMaintenanceStartTimeT>(value);
160 template <
typename WeeklyMa
intenanceStartTimeT = Aws::String>
174 template <
typename DailyAutomaticBackupStartTimeT = Aws::String>
176 m_dailyAutomaticBackupStartTimeHasBeenSet =
true;
177 m_dailyAutomaticBackupStartTime = std::forward<DailyAutomaticBackupStartTimeT>(value);
179 template <
typename DailyAutomaticBackupStartTimeT = Aws::String>
195 m_automaticBackupRetentionDaysHasBeenSet =
true;
196 m_automaticBackupRetentionDays = value;
217 m_copyTagsToBackupsHasBeenSet =
true;
218 m_copyTagsToBackups = value;
251 template <
typename AliasesT = Aws::Vector<Aws::String>>
253 m_aliasesHasBeenSet =
true;
254 m_aliases = std::forward<AliasesT>(value);
256 template <
typename AliasesT = Aws::Vector<Aws::String>>
261 template <
typename AliasesT = Aws::String>
263 m_aliasesHasBeenSet =
true;
264 m_aliases.emplace_back(std::forward<AliasesT>(value));
277 template <
typename AuditLogConfigurationT = WindowsAuditLogCreateConfiguration>
279 m_auditLogConfigurationHasBeenSet =
true;
280 m_auditLogConfiguration = std::forward<AuditLogConfigurationT>(value);
282 template <
typename AuditLogConfigurationT = WindowsAuditLogCreateConfiguration>
299 template <
typename DiskIopsConfigurationT = DiskIopsConfiguration>
301 m_diskIopsConfigurationHasBeenSet =
true;
302 m_diskIopsConfiguration = std::forward<DiskIopsConfigurationT>(value);
304 template <
typename DiskIopsConfigurationT = DiskIopsConfiguration>
318 template <
typename FsrmConfigurationT = WindowsFsrmConfiguration>
320 m_fsrmConfigurationHasBeenSet =
true;
321 m_fsrmConfiguration = std::forward<FsrmConfigurationT>(value);
323 template <
typename FsrmConfigurationT = WindowsFsrmConfiguration>
338 int m_throughputCapacity{0};
344 int m_automaticBackupRetentionDays{0};
346 bool m_copyTagsToBackups{
false};
350 WindowsAuditLogCreateConfiguration m_auditLogConfiguration;
352 DiskIopsConfiguration m_diskIopsConfiguration;
354 WindowsFsrmConfiguration m_fsrmConfiguration;
355 bool m_activeDirectoryIdHasBeenSet =
false;
356 bool m_selfManagedActiveDirectoryConfigurationHasBeenSet =
false;
357 bool m_deploymentTypeHasBeenSet =
false;
358 bool m_preferredSubnetIdHasBeenSet =
false;
359 bool m_throughputCapacityHasBeenSet =
false;
360 bool m_weeklyMaintenanceStartTimeHasBeenSet =
false;
361 bool m_dailyAutomaticBackupStartTimeHasBeenSet =
false;
362 bool m_automaticBackupRetentionDaysHasBeenSet =
false;
363 bool m_copyTagsToBackupsHasBeenSet =
false;
364 bool m_aliasesHasBeenSet =
false;
365 bool m_auditLogConfigurationHasBeenSet =
false;
366 bool m_diskIopsConfigurationHasBeenSet =
false;
367 bool m_fsrmConfigurationHasBeenSet =
false;
AWS_FSX_API CreateFileSystemWindowsConfiguration()=default
void SetWeeklyMaintenanceStartTime(WeeklyMaintenanceStartTimeT &&value)
void SetDiskIopsConfiguration(DiskIopsConfigurationT &&value)
bool WeeklyMaintenanceStartTimeHasBeenSet() const
int GetThroughputCapacity() const
CreateFileSystemWindowsConfiguration & WithAuditLogConfiguration(AuditLogConfigurationT &&value)
bool AuditLogConfigurationHasBeenSet() const
const SelfManagedActiveDirectoryConfiguration & GetSelfManagedActiveDirectoryConfiguration() const
const Aws::String & GetWeeklyMaintenanceStartTime() const
void SetAuditLogConfiguration(AuditLogConfigurationT &&value)
CreateFileSystemWindowsConfiguration & WithDiskIopsConfiguration(DiskIopsConfigurationT &&value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAliases(AliasesT &&value)
const Aws::Vector< Aws::String > & GetAliases() const
CreateFileSystemWindowsConfiguration & WithThroughputCapacity(int value)
void SetAutomaticBackupRetentionDays(int value)
CreateFileSystemWindowsConfiguration & WithDailyAutomaticBackupStartTime(DailyAutomaticBackupStartTimeT &&value)
const DiskIopsConfiguration & GetDiskIopsConfiguration() const
const WindowsAuditLogCreateConfiguration & GetAuditLogConfiguration() const
void SetFsrmConfiguration(FsrmConfigurationT &&value)
AWS_FSX_API CreateFileSystemWindowsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationT &&value)
AWS_FSX_API CreateFileSystemWindowsConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool SelfManagedActiveDirectoryConfigurationHasBeenSet() const
const WindowsFsrmConfiguration & GetFsrmConfiguration() const
CreateFileSystemWindowsConfiguration & WithCopyTagsToBackups(bool value)
CreateFileSystemWindowsConfiguration & WithPreferredSubnetId(PreferredSubnetIdT &&value)
const Aws::String & GetPreferredSubnetId() const
CreateFileSystemWindowsConfiguration & WithActiveDirectoryId(ActiveDirectoryIdT &&value)
const Aws::String & GetActiveDirectoryId() const
bool AutomaticBackupRetentionDaysHasBeenSet() const
void SetActiveDirectoryId(ActiveDirectoryIdT &&value)
CreateFileSystemWindowsConfiguration & WithFsrmConfiguration(FsrmConfigurationT &&value)
void SetDeploymentType(WindowsDeploymentType value)
const Aws::String & GetDailyAutomaticBackupStartTime() const
CreateFileSystemWindowsConfiguration & AddAliases(AliasesT &&value)
CreateFileSystemWindowsConfiguration & WithWeeklyMaintenanceStartTime(WeeklyMaintenanceStartTimeT &&value)
bool GetCopyTagsToBackups() const
void SetThroughputCapacity(int value)
CreateFileSystemWindowsConfiguration & WithAliases(AliasesT &&value)
bool DiskIopsConfigurationHasBeenSet() const
WindowsDeploymentType GetDeploymentType() const
CreateFileSystemWindowsConfiguration & WithAutomaticBackupRetentionDays(int value)
void SetCopyTagsToBackups(bool value)
void SetDailyAutomaticBackupStartTime(DailyAutomaticBackupStartTimeT &&value)
bool CopyTagsToBackupsHasBeenSet() const
CreateFileSystemWindowsConfiguration & WithSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationT &&value)
bool FsrmConfigurationHasBeenSet() const
int GetAutomaticBackupRetentionDays() const
bool AliasesHasBeenSet() const
bool DeploymentTypeHasBeenSet() const
CreateFileSystemWindowsConfiguration & WithDeploymentType(WindowsDeploymentType value)
bool ThroughputCapacityHasBeenSet() const
bool PreferredSubnetIdHasBeenSet() const
bool ActiveDirectoryIdHasBeenSet() const
void SetPreferredSubnetId(PreferredSubnetIdT &&value)
bool DailyAutomaticBackupStartTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue