7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSync_EXPORTS.h>
9#include <aws/datasync/model/CmkSecretConfig.h>
10#include <aws/datasync/model/CustomSecretConfig.h>
11#include <aws/datasync/model/ManagedSecretConfig.h>
12#include <aws/datasync/model/SmbMountOptions.h>
53 template <
typename DomainT = Aws::String>
55 m_domainHasBeenSet =
true;
56 m_domain = std::forward<DomainT>(value);
58 template <
typename DomainT = Aws::String>
69 template <
typename MountOptionsT = SmbMountOptions>
71 m_mountOptionsHasBeenSet =
true;
72 m_mountOptions = std::forward<MountOptionsT>(value);
74 template <
typename MountOptionsT = SmbMountOptions>
87 template <
typename PasswordT = Aws::String>
89 m_passwordHasBeenSet =
true;
90 m_password = std::forward<PasswordT>(value);
92 template <
typename PasswordT = Aws::String>
109 template <
typename UserT = Aws::String>
111 m_userHasBeenSet =
true;
112 m_user = std::forward<UserT>(value);
114 template <
typename UserT = Aws::String>
116 SetUser(std::forward<UserT>(value));
133 template <
typename ManagedSecretConfigT = ManagedSecretConfig>
135 m_managedSecretConfigHasBeenSet =
true;
136 m_managedSecretConfig = std::forward<ManagedSecretConfigT>(value);
138 template <
typename ManagedSecretConfigT = ManagedSecretConfig>
164 template <
typename CmkSecretConfigT = CmkSecretConfig>
166 m_cmkSecretConfigHasBeenSet =
true;
167 m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value);
169 template <
typename CmkSecretConfigT = CmkSecretConfig>
192 template <
typename CustomSecretConfigT = CustomSecretConfig>
194 m_customSecretConfigHasBeenSet =
true;
195 m_customSecretConfig = std::forward<CustomSecretConfigT>(value);
197 template <
typename CustomSecretConfigT = CustomSecretConfig>
217 bool m_domainHasBeenSet =
false;
218 bool m_mountOptionsHasBeenSet =
false;
219 bool m_passwordHasBeenSet =
false;
220 bool m_userHasBeenSet =
false;
221 bool m_managedSecretConfigHasBeenSet =
false;
222 bool m_cmkSecretConfigHasBeenSet =
false;
223 bool m_customSecretConfigHasBeenSet =
false;
FsxProtocolSmb & WithManagedSecretConfig(ManagedSecretConfigT &&value)
FsxProtocolSmb & WithCmkSecretConfig(CmkSecretConfigT &&value)
const CmkSecretConfig & GetCmkSecretConfig() const
bool PasswordHasBeenSet() const
AWS_DATASYNC_API FsxProtocolSmb & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCmkSecretConfig(CmkSecretConfigT &&value)
const Aws::String & GetDomain() const
FsxProtocolSmb & WithCustomSecretConfig(CustomSecretConfigT &&value)
AWS_DATASYNC_API FsxProtocolSmb()=default
FsxProtocolSmb & WithUser(UserT &&value)
const Aws::String & GetPassword() const
void SetPassword(PasswordT &&value)
const CustomSecretConfig & GetCustomSecretConfig() const
bool UserHasBeenSet() const
bool CmkSecretConfigHasBeenSet() const
FsxProtocolSmb & WithPassword(PasswordT &&value)
bool DomainHasBeenSet() const
void SetCustomSecretConfig(CustomSecretConfigT &&value)
const Aws::String & GetUser() const
bool CustomSecretConfigHasBeenSet() const
AWS_DATASYNC_API FsxProtocolSmb(Aws::Utils::Json::JsonView jsonValue)
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
const SmbMountOptions & GetMountOptions() const
void SetDomain(DomainT &&value)
void SetManagedSecretConfig(ManagedSecretConfigT &&value)
const ManagedSecretConfig & GetManagedSecretConfig() const
void SetMountOptions(MountOptionsT &&value)
FsxProtocolSmb & WithMountOptions(MountOptionsT &&value)
void SetUser(UserT &&value)
FsxProtocolSmb & WithDomain(DomainT &&value)
bool ManagedSecretConfigHasBeenSet() const
bool MountOptionsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue