7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename FileSystemIdT = Aws::String>
49 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
50 template<
typename FileSystemIdT = Aws::String>
60 template<
typename PathT = Aws::String>
61 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
62 template<
typename PathT = Aws::String>
68 bool m_fileSystemIdHasBeenSet =
false;
71 bool m_pathHasBeenSet =
false;
bool PathHasBeenSet() const
void SetPath(PathT &&value)
const Aws::String & GetPath() const
AWS_TRANSFER_API EfsFileLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
EfsFileLocation & WithPath(PathT &&value)
AWS_TRANSFER_API EfsFileLocation(Aws::Utils::Json::JsonView jsonValue)
void SetFileSystemId(FileSystemIdT &&value)
EfsFileLocation & WithFileSystemId(FileSystemIdT &&value)
const Aws::String & GetFileSystemId() const
AWS_TRANSFER_API EfsFileLocation()=default
bool FileSystemIdHasBeenSet() const
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue