AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
FontWeight.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/FontWeightName.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 QuickSight
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_QUICKSIGHT_API FontWeight() = default;
36 AWS_QUICKSIGHT_API FontWeight(Aws::Utils::Json::JsonView jsonValue);
37 AWS_QUICKSIGHT_API FontWeight& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline FontWeightName GetName() const { return m_name; }
46 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
47 inline void SetName(FontWeightName value) { m_nameHasBeenSet = true; m_name = value; }
48 inline FontWeight& WithName(FontWeightName value) { SetName(value); return *this;}
50 private:
51
53 bool m_nameHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace QuickSight
58} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API FontWeight()=default
AWS_QUICKSIGHT_API FontWeight(Aws::Utils::Json::JsonView jsonValue)
void SetName(FontWeightName value)
Definition FontWeight.h:47
AWS_QUICKSIGHT_API FontWeight & operator=(Aws::Utils::Json::JsonView jsonValue)
FontWeightName GetName() const
Definition FontWeight.h:45
FontWeight & WithName(FontWeightName value)
Definition FontWeight.h:48
Aws::Utils::Json::JsonValue JsonValue