7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/model/FileSystemLocationType.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = 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>
78 bool m_nameHasBeenSet =
false;
81 bool m_pathHasBeenSet =
false;
84 bool m_typeHasBeenSet =
false;
void SetName(NameT &&value)
bool TypeHasBeenSet() const
FileSystemLocation & WithName(NameT &&value)
void SetType(FileSystemLocationType value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetPath(PathT &&value)
FileSystemLocation & WithType(FileSystemLocationType value)
AWS_DEADLINE_API FileSystemLocation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPath() const
AWS_DEADLINE_API FileSystemLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool PathHasBeenSet() const
AWS_DEADLINE_API FileSystemLocation()=default
FileSystemLocationType GetType() const
FileSystemLocation & WithPath(PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue