7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
9#include <aws/fsx/model/ReportFormat.h>
10#include <aws/fsx/model/ReportScope.h>
53 m_enabledHasBeenSet =
true;
75 template <
typename PathT = Aws::String>
77 m_pathHasBeenSet =
true;
78 m_path = std::forward<PathT>(value);
80 template <
typename PathT = Aws::String>
82 SetPath(std::forward<PathT>(value));
99 m_formatHasBeenSet =
true;
119 m_scopeHasBeenSet =
true;
128 bool m_enabled{
false};
135 bool m_enabledHasBeenSet =
false;
136 bool m_pathHasBeenSet =
false;
137 bool m_formatHasBeenSet =
false;
138 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