7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSyncRequest.h>
9#include <aws/datasync/DataSync_EXPORTS.h>
10#include <aws/datasync/model/NfsMountOptions.h>
11#include <aws/datasync/model/OnPremConfig.h>
42 template <
typename LocationArnT = Aws::String>
44 m_locationArnHasBeenSet =
true;
45 m_locationArn = std::forward<LocationArnT>(value);
47 template <
typename LocationArnT = Aws::String>
65 template <
typename SubdirectoryT = Aws::String>
67 m_subdirectoryHasBeenSet =
true;
68 m_subdirectory = std::forward<SubdirectoryT>(value);
70 template <
typename SubdirectoryT = Aws::String>
84 template <
typename ServerHostnameT = Aws::String>
86 m_serverHostnameHasBeenSet =
true;
87 m_serverHostname = std::forward<ServerHostnameT>(value);
89 template <
typename ServerHostnameT = Aws::String>
100 template <
typename OnPremConfigT = OnPremConfig>
102 m_onPremConfigHasBeenSet =
true;
103 m_onPremConfig = std::forward<OnPremConfigT>(value);
105 template <
typename OnPremConfigT = OnPremConfig>
116 template <
typename MountOptionsT = NfsMountOptions>
118 m_mountOptionsHasBeenSet =
true;
119 m_mountOptions = std::forward<MountOptionsT>(value);
121 template <
typename MountOptionsT = NfsMountOptions>
137 bool m_locationArnHasBeenSet =
false;
138 bool m_subdirectoryHasBeenSet =
false;
139 bool m_serverHostnameHasBeenSet =
false;
140 bool m_onPremConfigHasBeenSet =
false;
141 bool m_mountOptionsHasBeenSet =
false;
const NfsMountOptions & GetMountOptions() const
bool ServerHostnameHasBeenSet() const
void SetServerHostname(ServerHostnameT &&value)
AWS_DATASYNC_API Aws::String SerializePayload() const override
bool LocationArnHasBeenSet() const
void SetOnPremConfig(OnPremConfigT &&value)
UpdateLocationNfsRequest & WithServerHostname(ServerHostnameT &&value)
void SetMountOptions(MountOptionsT &&value)
const Aws::String & GetServerHostname() const
UpdateLocationNfsRequest & WithLocationArn(LocationArnT &&value)
void SetLocationArn(LocationArnT &&value)
const OnPremConfig & GetOnPremConfig() const
bool SubdirectoryHasBeenSet() const
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetSubdirectory() const
void SetSubdirectory(SubdirectoryT &&value)
bool OnPremConfigHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateLocationNfsRequest & WithSubdirectory(SubdirectoryT &&value)
UpdateLocationNfsRequest & WithOnPremConfig(OnPremConfigT &&value)
const Aws::String & GetLocationArn() const
AWS_DATASYNC_API UpdateLocationNfsRequest()=default
bool MountOptionsHasBeenSet() const
UpdateLocationNfsRequest & WithMountOptions(MountOptionsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String