AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
DataQAEnabledOption.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DashboardBehavior.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
32 public:
33 AWS_QUICKSIGHT_API DataQAEnabledOption() = default;
34 AWS_QUICKSIGHT_API DataQAEnabledOption(Aws::Utils::Json::JsonView jsonValue);
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
42 inline DashboardBehavior GetAvailabilityStatus() const { return m_availabilityStatus; }
43 inline bool AvailabilityStatusHasBeenSet() const { return m_availabilityStatusHasBeenSet; }
45 m_availabilityStatusHasBeenSet = true;
46 m_availabilityStatus = value;
47 }
50 return *this;
51 }
53 private:
55 bool m_availabilityStatusHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace QuickSight
60} // namespace Aws
AWS_QUICKSIGHT_API DataQAEnabledOption & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAvailabilityStatus(DashboardBehavior value)
AWS_QUICKSIGHT_API DataQAEnabledOption(Aws::Utils::Json::JsonView jsonValue)
DataQAEnabledOption & WithAvailabilityStatus(DashboardBehavior value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DataQAEnabledOption()=default
Aws::Utils::Json::JsonValue JsonValue