7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticfilesystem/model/CreationInfo.h>
57 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
85 bool m_pathHasBeenSet =
false;
88 bool m_creationInfoHasBeenSet =
false;
bool PathHasBeenSet() const
void SetPath(const char *value)
bool CreationInfoHasBeenSet() const
RootDirectory & WithCreationInfo(const CreationInfo &value)
const CreationInfo & GetCreationInfo() const
void SetCreationInfo(CreationInfo &&value)
AWS_EFS_API RootDirectory & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPath(Aws::String &&value)
RootDirectory & WithPath(Aws::String &&value)
RootDirectory & WithCreationInfo(CreationInfo &&value)
RootDirectory & WithPath(const char *value)
const Aws::String & GetPath() const
RootDirectory & WithPath(const Aws::String &value)
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EFS_API RootDirectory()
void SetCreationInfo(const CreationInfo &value)
void SetPath(const Aws::String &value)
AWS_EFS_API RootDirectory(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue