7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
9#include <aws/fsx/model/LustreAccessAuditLogLevel.h>
50 m_levelHasBeenSet =
true;
68 template <
typename DestinationT = Aws::String>
70 m_destinationHasBeenSet =
true;
71 m_destination = std::forward<DestinationT>(value);
73 template <
typename DestinationT = Aws::String>
83 bool m_levelHasBeenSet =
false;
84 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