7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/datasync/DataSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datasync/model/OnPremConfig.h>
11#include <aws/datasync/model/NfsMountOptions.h>
46 template<
typename LocationArnT = Aws::String>
47 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet =
true; m_locationArn = std::forward<LocationArnT>(value); }
48 template<
typename LocationArnT = Aws::String>
63 template<
typename SubdirectoryT = Aws::String>
64 void SetSubdirectory(SubdirectoryT&& value) { m_subdirectoryHasBeenSet =
true; m_subdirectory = std::forward<SubdirectoryT>(value); }
65 template<
typename SubdirectoryT = Aws::String>
76 template<
typename ServerHostnameT = Aws::String>
77 void SetServerHostname(ServerHostnameT&& value) { m_serverHostnameHasBeenSet =
true; m_serverHostname = std::forward<ServerHostnameT>(value); }
78 template<
typename ServerHostnameT = Aws::String>
86 template<
typename OnPremConfigT = OnPremConfig>
87 void SetOnPremConfig(OnPremConfigT&& value) { m_onPremConfigHasBeenSet =
true; m_onPremConfig = std::forward<OnPremConfigT>(value); }
88 template<
typename OnPremConfigT = OnPremConfig>
96 template<
typename MountOptionsT = NfsMountOptions>
97 void SetMountOptions(MountOptionsT&& value) { m_mountOptionsHasBeenSet =
true; m_mountOptions = std::forward<MountOptionsT>(value); }
98 template<
typename MountOptionsT = NfsMountOptions>
104 bool m_locationArnHasBeenSet =
false;
107 bool m_subdirectoryHasBeenSet =
false;
110 bool m_serverHostnameHasBeenSet =
false;
113 bool m_onPremConfigHasBeenSet =
false;
116 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