7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fsx/model/ReportFormat.h>
10#include <aws/fsx/model/ReportScope.h>
58 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
75 template<
typename PathT = Aws::String>
76 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
77 template<
typename PathT = Aws::String>
111 bool m_enabled{
false};
112 bool m_enabledHasBeenSet =
false;
115 bool m_pathHasBeenSet =
false;
118 bool m_formatHasBeenSet =
false;
121 bool m_scopeHasBeenSet =
false;
bool EnabledHasBeenSet() const
ReportFormat GetFormat() const
void SetFormat(ReportFormat value)
bool PathHasBeenSet() const
AWS_FSX_API CompletionReport(Aws::Utils::Json::JsonView jsonValue)
CompletionReport & WithPath(PathT &&value)
bool FormatHasBeenSet() const
void SetScope(ReportScope value)
void SetPath(PathT &&value)
void SetEnabled(bool value)
ReportScope GetScope() const
CompletionReport & WithScope(ReportScope value)
CompletionReport & WithFormat(ReportFormat value)
bool ScopeHasBeenSet() const
AWS_FSX_API CompletionReport()=default
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
CompletionReport & WithEnabled(bool value)
AWS_FSX_API CompletionReport & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue