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; }
77 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
118 bool m_enabledHasBeenSet =
false;
121 bool m_pathHasBeenSet =
false;
124 bool m_formatHasBeenSet =
false;
127 bool m_scopeHasBeenSet =
false;
bool EnabledHasBeenSet() const
AWS_FSX_API CompletionReport()
void SetFormat(ReportFormat &&value)
void SetScope(ReportScope &&value)
CompletionReport & WithScope(ReportScope &&value)
bool PathHasBeenSet() const
void SetFormat(const ReportFormat &value)
AWS_FSX_API CompletionReport(Aws::Utils::Json::JsonView jsonValue)
CompletionReport & WithPath(Aws::String &&value)
bool FormatHasBeenSet() const
void SetPath(Aws::String &&value)
CompletionReport & WithScope(const ReportScope &value)
const ReportFormat & GetFormat() const
CompletionReport & WithFormat(ReportFormat &&value)
void SetPath(const Aws::String &value)
void SetEnabled(bool value)
CompletionReport & WithPath(const char *value)
void SetScope(const ReportScope &value)
void SetPath(const char *value)
bool ScopeHasBeenSet() const
const ReportScope & GetScope() const
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
CompletionReport & WithEnabled(bool value)
CompletionReport & WithFormat(const ReportFormat &value)
AWS_FSX_API CompletionReport & operator=(Aws::Utils::Json::JsonView jsonValue)
CompletionReport & WithPath(const Aws::String &value)
const Aws::String & GetPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue