7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/model/LustreAccessAuditLogLevel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
80 template<
typename DestinationT = Aws::String>
81 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
82 template<
typename DestinationT = Aws::String>
88 bool m_levelHasBeenSet =
false;
91 bool m_destinationHasBeenSet =
false;
AWS_FSX_API LustreLogCreateConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetLevel(LustreAccessAuditLogLevel value)
AWS_FSX_API LustreLogCreateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DestinationHasBeenSet() const
bool LevelHasBeenSet() const
LustreAccessAuditLogLevel GetLevel() const
LustreLogCreateConfiguration & WithLevel(LustreAccessAuditLogLevel value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FSX_API LustreLogCreateConfiguration()=default
LustreLogCreateConfiguration & WithDestination(DestinationT &&value)
const Aws::String & GetDestination() const
void SetDestination(DestinationT &&value)
LustreAccessAuditLogLevel
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue