7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
65 inline void SetRootSquash(
const char* value) { m_rootSquashHasBeenSet =
true; m_rootSquash.assign(value); }
95 bool m_rootSquashHasBeenSet =
false;
98 bool m_noSquashNidsHasBeenSet =
false;
void SetNoSquashNids(Aws::Vector< Aws::String > &&value)
void SetRootSquash(const char *value)
LustreRootSquashConfiguration & WithRootSquash(const Aws::String &value)
void SetNoSquashNids(const Aws::Vector< Aws::String > &value)
void SetRootSquash(Aws::String &&value)
LustreRootSquashConfiguration & AddNoSquashNids(Aws::String &&value)
AWS_FSX_API LustreRootSquashConfiguration()
LustreRootSquashConfiguration & AddNoSquashNids(const Aws::String &value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FSX_API LustreRootSquashConfiguration(Aws::Utils::Json::JsonView jsonValue)
LustreRootSquashConfiguration & WithNoSquashNids(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetNoSquashNids() const
LustreRootSquashConfiguration & AddNoSquashNids(const char *value)
void SetRootSquash(const Aws::String &value)
LustreRootSquashConfiguration & WithNoSquashNids(Aws::Vector< Aws::String > &&value)
LustreRootSquashConfiguration & WithRootSquash(Aws::String &&value)
bool RootSquashHasBeenSet() const
LustreRootSquashConfiguration & WithRootSquash(const char *value)
const Aws::String & GetRootSquash() const
bool NoSquashNidsHasBeenSet() const
AWS_FSX_API LustreRootSquashConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue