AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const FontWeightName& GetName() const{ return m_name; }
46 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
47 inline void SetName(const FontWeightName& value) { m_nameHasBeenSet = true; m_name = value; }
48 inline void SetName(FontWeightName&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
49 inline FontWeight& WithName(const FontWeightName& value) { SetName(value); return *this;}
50 inline FontWeight& WithName(FontWeightName&& value) { SetName(std::move(value)); return *this;}
52 private:
53
54 FontWeightName m_name;
55 bool m_nameHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace QuickSight
60} // namespace Aws
void SetName(FontWeightName &&value)
Definition FontWeight.h:48
void SetName(const FontWeightName &value)
Definition FontWeight.h:47
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API FontWeight(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API FontWeight & operator=(Aws::Utils::Json::JsonView jsonValue)
FontWeight & WithName(const FontWeightName &value)
Definition FontWeight.h:49
FontWeight & WithName(FontWeightName &&value)
Definition FontWeight.h:50
const FontWeightName & GetName() const
Definition FontWeight.h:45
AWS_QUICKSIGHT_API FontWeight()
Aws::Utils::Json::JsonValue JsonValue