7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetFileSystemId(
const char* value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId.assign(value); }
64 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
72 bool m_fileSystemIdHasBeenSet =
false;
75 bool m_pathHasBeenSet =
false;
bool PathHasBeenSet() const
EfsFileLocation & WithPath(Aws::String &&value)
const Aws::String & GetPath() const
void SetPath(Aws::String &&value)
EfsFileLocation & WithFileSystemId(Aws::String &&value)
EfsFileLocation & WithFileSystemId(const Aws::String &value)
void SetFileSystemId(const char *value)
void SetFileSystemId(const Aws::String &value)
AWS_TRANSFER_API EfsFileLocation()
AWS_TRANSFER_API EfsFileLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API EfsFileLocation(Aws::Utils::Json::JsonView jsonValue)
void SetFileSystemId(Aws::String &&value)
const Aws::String & GetFileSystemId() const
bool FileSystemIdHasBeenSet() const
EfsFileLocation & WithFileSystemId(const char *value)
void SetPath(const Aws::String &value)
EfsFileLocation & WithPath(const char *value)
EfsFileLocation & WithPath(const Aws::String &value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPath(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue