AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ReportOverride.h
1
6#pragma once
7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/datasync/model/ReportLevel.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace DataSync
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_DATASYNC_API ReportOverride();
37 AWS_DATASYNC_API ReportOverride(Aws::Utils::Json::JsonView jsonValue);
39 AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
53 inline const ReportLevel& GetReportLevel() const{ return m_reportLevel; }
54 inline bool ReportLevelHasBeenSet() const { return m_reportLevelHasBeenSet; }
55 inline void SetReportLevel(const ReportLevel& value) { m_reportLevelHasBeenSet = true; m_reportLevel = value; }
56 inline void SetReportLevel(ReportLevel&& value) { m_reportLevelHasBeenSet = true; m_reportLevel = std::move(value); }
57 inline ReportOverride& WithReportLevel(const ReportLevel& value) { SetReportLevel(value); return *this;}
58 inline ReportOverride& WithReportLevel(ReportLevel&& value) { SetReportLevel(std::move(value)); return *this;}
60 private:
61
62 ReportLevel m_reportLevel;
63 bool m_reportLevelHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace DataSync
68} // namespace Aws
void SetReportLevel(ReportLevel &&value)
ReportOverride & WithReportLevel(const ReportLevel &value)
AWS_DATASYNC_API ReportOverride(Aws::Utils::Json::JsonView jsonValue)
ReportOverride & WithReportLevel(ReportLevel &&value)
const ReportLevel & GetReportLevel() const
void SetReportLevel(const ReportLevel &value)
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATASYNC_API ReportOverride & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue