7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fsx/model/SelfManagedActiveDirectoryConfiguration.h>
10#include <aws/fsx/model/WindowsDeploymentType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/fsx/model/WindowsAuditLogCreateConfiguration.h>
13#include <aws/fsx/model/DiskIopsConfiguration.h>
54 template<
typename ActiveDirectoryIdT = Aws::String>
55 void SetActiveDirectoryId(ActiveDirectoryIdT&& value) { m_activeDirectoryIdHasBeenSet =
true; m_activeDirectoryId = std::forward<ActiveDirectoryIdT>(value); }
56 template<
typename ActiveDirectoryIdT = Aws::String>
64 template<
typename SelfManagedActiveDirectoryConfigurationT = SelfManagedActiveDirectoryConfiguration>
65 void SetSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationT&& value) { m_selfManagedActiveDirectoryConfigurationHasBeenSet =
true; m_selfManagedActiveDirectoryConfiguration = std::forward<SelfManagedActiveDirectoryConfigurationT>(value); }
66 template<
typename SelfManagedActiveDirectoryConfigurationT = SelfManagedActiveDirectoryConfiguration>
102 template<
typename PreferredSubnetIdT = Aws::String>
103 void SetPreferredSubnetId(PreferredSubnetIdT&& value) { m_preferredSubnetIdHasBeenSet =
true; m_preferredSubnetId = std::forward<PreferredSubnetIdT>(value); }
104 template<
typename PreferredSubnetIdT = Aws::String>
116 inline void SetThroughputCapacity(
int value) { m_throughputCapacityHasBeenSet =
true; m_throughputCapacity = value; }
128 template<
typename WeeklyMa
intenanceStartTimeT = Aws::String>
129 void SetWeeklyMaintenanceStartTime(WeeklyMaintenanceStartTimeT&& value) { m_weeklyMaintenanceStartTimeHasBeenSet =
true; m_weeklyMaintenanceStartTime = std::forward<WeeklyMaintenanceStartTimeT>(value); }
130 template<
typename WeeklyMa
intenanceStartTimeT = Aws::String>
141 template<
typename DailyAutomaticBackupStartTimeT = Aws::String>
142 void SetDailyAutomaticBackupStartTime(DailyAutomaticBackupStartTimeT&& value) { m_dailyAutomaticBackupStartTimeHasBeenSet =
true; m_dailyAutomaticBackupStartTime = std::forward<DailyAutomaticBackupStartTimeT>(value); }
143 template<
typename DailyAutomaticBackupStartTimeT = Aws::String>
171 inline void SetCopyTagsToBackups(
bool value) { m_copyTagsToBackupsHasBeenSet =
true; m_copyTagsToBackups = value; }
201 template<
typename AliasesT = Aws::Vector<Aws::String>>
202 void SetAliases(AliasesT&& value) { m_aliasesHasBeenSet =
true; m_aliases = std::forward<AliasesT>(value); }
203 template<
typename AliasesT = Aws::Vector<Aws::String>>
205 template<
typename AliasesT = Aws::String>
217 template<
typename AuditLogConfigurationT = WindowsAuditLogCreateConfiguration>
218 void SetAuditLogConfiguration(AuditLogConfigurationT&& value) { m_auditLogConfigurationHasBeenSet =
true; m_auditLogConfiguration = std::forward<AuditLogConfigurationT>(value); }
219 template<
typename AuditLogConfigurationT = WindowsAuditLogCreateConfiguration>
233 template<
typename DiskIopsConfigurationT = DiskIopsConfiguration>
234 void SetDiskIopsConfiguration(DiskIopsConfigurationT&& value) { m_diskIopsConfigurationHasBeenSet =
true; m_diskIopsConfiguration = std::forward<DiskIopsConfigurationT>(value); }
235 template<
typename DiskIopsConfigurationT = DiskIopsConfiguration>
241 bool m_activeDirectoryIdHasBeenSet =
false;
244 bool m_selfManagedActiveDirectoryConfigurationHasBeenSet =
false;
247 bool m_deploymentTypeHasBeenSet =
false;
250 bool m_preferredSubnetIdHasBeenSet =
false;
252 int m_throughputCapacity{0};
253 bool m_throughputCapacityHasBeenSet =
false;
256 bool m_weeklyMaintenanceStartTimeHasBeenSet =
false;
259 bool m_dailyAutomaticBackupStartTimeHasBeenSet =
false;
261 int m_automaticBackupRetentionDays{0};
262 bool m_automaticBackupRetentionDaysHasBeenSet =
false;
264 bool m_copyTagsToBackups{
false};
265 bool m_copyTagsToBackupsHasBeenSet =
false;
268 bool m_aliasesHasBeenSet =
false;
270 WindowsAuditLogCreateConfiguration m_auditLogConfiguration;
271 bool m_auditLogConfigurationHasBeenSet =
false;
273 DiskIopsConfiguration m_diskIopsConfiguration;
274 bool m_diskIopsConfigurationHasBeenSet =
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
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
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)
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)
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