7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fsx/FSx_EXPORTS.h>
57 template <
typename RootSquashT = Aws::String>
59 m_rootSquashHasBeenSet =
true;
60 m_rootSquash = std::forward<RootSquashT>(value);
62 template <
typename RootSquashT = Aws::String>
82 template <
typename NoSquashN
idsT = Aws::Vector<Aws::String>>
84 m_noSquashNidsHasBeenSet =
true;
85 m_noSquashNids = std::forward<NoSquashNidsT>(value);
87 template <
typename NoSquashN
idsT = Aws::Vector<Aws::String>>
92 template <
typename NoSquashN
idsT = Aws::String>
94 m_noSquashNidsHasBeenSet =
true;
95 m_noSquashNids.emplace_back(std::forward<NoSquashNidsT>(value));
103 bool m_rootSquashHasBeenSet =
false;
104 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