7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
47 m_fsrmServiceEnabledHasBeenSet =
true;
48 m_fsrmServiceEnabled = value;
70 template <
typename EventLogDestinationT = Aws::String>
72 m_eventLogDestinationHasBeenSet =
true;
73 m_eventLogDestination = std::forward<EventLogDestinationT>(value);
75 template <
typename EventLogDestinationT = Aws::String>
82 bool m_fsrmServiceEnabled{
false};
85 bool m_fsrmServiceEnabledHasBeenSet =
false;
86 bool m_eventLogDestinationHasBeenSet =
false;
AWS_FSX_API WindowsFsrmConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEventLogDestination(EventLogDestinationT &&value)
bool GetFsrmServiceEnabled() const
AWS_FSX_API WindowsFsrmConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool EventLogDestinationHasBeenSet() const
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
WindowsFsrmConfiguration & WithEventLogDestination(EventLogDestinationT &&value)
const Aws::String & GetEventLogDestination() const
bool FsrmServiceEnabledHasBeenSet() const
void SetFsrmServiceEnabled(bool value)
WindowsFsrmConfiguration & WithFsrmServiceEnabled(bool value)
AWS_FSX_API WindowsFsrmConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue