7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/FileSystemLocationType.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename PathT = Aws::String>
62 m_pathHasBeenSet =
true;
63 m_path = std::forward<PathT>(value);
65 template <
typename PathT = Aws::String>
67 SetPath(std::forward<PathT>(value));
79 m_typeHasBeenSet =
true;
93 bool m_nameHasBeenSet =
false;
94 bool m_pathHasBeenSet =
false;
95 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