7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticfilesystem/model/CreationInfo.h>
54 template<
typename PathT = Aws::String>
55 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
56 template<
typename PathT = Aws::String>
74 template<
typename CreationInfoT = CreationInfo>
75 void SetCreationInfo(CreationInfoT&& value) { m_creationInfoHasBeenSet =
true; m_creationInfo = std::forward<CreationInfoT>(value); }
76 template<
typename CreationInfoT = CreationInfo>
82 bool m_pathHasBeenSet =
false;
85 bool m_creationInfoHasBeenSet =
false;
bool PathHasBeenSet() const
RootDirectory & WithPath(PathT &&value)
AWS_EFS_API RootDirectory()=default
bool CreationInfoHasBeenSet() const
RootDirectory & WithCreationInfo(CreationInfoT &&value)
const CreationInfo & GetCreationInfo() const
AWS_EFS_API RootDirectory & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPath() const
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreationInfo(CreationInfoT &&value)
AWS_EFS_API RootDirectory(Aws::Utils::Json::JsonView jsonValue)
void SetPath(PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue