7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSync_EXPORTS.h>
9#include <aws/datasync/model/SmbMountOptions.h>
50 template <
typename DomainT = Aws::String>
52 m_domainHasBeenSet =
true;
53 m_domain = std::forward<DomainT>(value);
55 template <
typename DomainT = Aws::String>
66 template <
typename MountOptionsT = SmbMountOptions>
68 m_mountOptionsHasBeenSet =
true;
69 m_mountOptions = std::forward<MountOptionsT>(value);
71 template <
typename MountOptionsT = SmbMountOptions>
84 template <
typename PasswordT = Aws::String>
86 m_passwordHasBeenSet =
true;
87 m_password = std::forward<PasswordT>(value);
89 template <
typename PasswordT = Aws::String>
106 template <
typename UserT = Aws::String>
108 m_userHasBeenSet =
true;
109 m_user = std::forward<UserT>(value);
111 template <
typename UserT = Aws::String>
113 SetUser(std::forward<UserT>(value));
125 bool m_domainHasBeenSet =
false;
126 bool m_mountOptionsHasBeenSet =
false;
127 bool m_passwordHasBeenSet =
false;
128 bool m_userHasBeenSet =
false;
bool PasswordHasBeenSet() const
AWS_DATASYNC_API FsxProtocolSmb & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDomain() const
AWS_DATASYNC_API FsxProtocolSmb()=default
FsxProtocolSmb & WithUser(UserT &&value)
const Aws::String & GetPassword() const
void SetPassword(PasswordT &&value)
bool UserHasBeenSet() const
FsxProtocolSmb & WithPassword(PasswordT &&value)
bool DomainHasBeenSet() const
const Aws::String & GetUser() 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 SetMountOptions(MountOptionsT &&value)
FsxProtocolSmb & WithMountOptions(MountOptionsT &&value)
void SetUser(UserT &&value)
FsxProtocolSmb & WithDomain(DomainT &&value)
bool MountOptionsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue