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