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>
63 template<
typename RootSquashT = Aws::String>
64 void SetRootSquash(RootSquashT&& value) { m_rootSquashHasBeenSet =
true; m_rootSquash = std::forward<RootSquashT>(value); }
65 template<
typename RootSquashT = Aws::String>
82 template<
typename NoSquashN
idsT = Aws::Vector<Aws::String>>
83 void SetNoSquashNids(NoSquashNidsT&& value) { m_noSquashNidsHasBeenSet =
true; m_noSquashNids = std::forward<NoSquashNidsT>(value); }
84 template<
typename NoSquashN
idsT = Aws::Vector<Aws::String>>
86 template<
typename NoSquashN
idsT = Aws::String>
92 bool m_rootSquashHasBeenSet =
false;
95 bool m_noSquashNidsHasBeenSet =
false;
AWS_FSX_API LustreRootSquashConfiguration()=default
void SetRootSquash(RootSquashT &&value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
LustreRootSquashConfiguration & WithRootSquash(RootSquashT &&value)
AWS_FSX_API LustreRootSquashConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetNoSquashNids() const
LustreRootSquashConfiguration & AddNoSquashNids(NoSquashNidsT &&value)
LustreRootSquashConfiguration & WithNoSquashNids(NoSquashNidsT &&value)
bool RootSquashHasBeenSet() const
const Aws::String & GetRootSquash() const
void SetNoSquashNids(NoSquashNidsT &&value)
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