7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
9#include <aws/fsx/model/LustreAccessAuditLogLevel.h>
52 m_levelHasBeenSet =
true;
80 template <
typename DestinationT = Aws::String>
82 m_destinationHasBeenSet =
true;
83 m_destination = std::forward<DestinationT>(value);
85 template <
typename DestinationT = Aws::String>
95 bool m_levelHasBeenSet =
false;
96 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