7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
55 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_FSX_API OntapUnixFileSystemUser(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
OntapUnixFileSystemUser & WithName(NameT &&value)
AWS_FSX_API OntapUnixFileSystemUser()=default
const Aws::String & GetName() const
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FSX_API OntapUnixFileSystemUser & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue