7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticfilesystem/EFS_EXPORTS.h>
9#include <aws/elasticfilesystem/model/CreationInfo.h>
48 template <
typename PathT = Aws::String>
50 m_pathHasBeenSet =
true;
51 m_path = std::forward<PathT>(value);
53 template <
typename PathT = Aws::String>
55 SetPath(std::forward<PathT>(value));
74 template <
typename CreationInfoT = CreationInfo>
76 m_creationInfoHasBeenSet =
true;
77 m_creationInfo = std::forward<CreationInfoT>(value);
79 template <
typename CreationInfoT = CreationInfo>
89 bool m_pathHasBeenSet =
false;
90 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