AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-quicksight
include
aws
quicksight
model
ShapeConditionalFormat.h
1
6
#pragma once
7
#include <aws/quicksight/QuickSight_EXPORTS.h>
8
#include <aws/quicksight/model/ConditionalFormattingColor.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Json
16
{
17
class
JsonValue
;
18
class
JsonView;
19
}
// namespace Json
20
}
// namespace Utils
21
namespace
QuickSight
22
{
23
namespace
Model
24
{
25
32
class
ShapeConditionalFormat
33
{
34
public
:
35
AWS_QUICKSIGHT_API
ShapeConditionalFormat
();
36
AWS_QUICKSIGHT_API
ShapeConditionalFormat
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_QUICKSIGHT_API
ShapeConditionalFormat
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_QUICKSIGHT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
39
40
42
46
inline
const
ConditionalFormattingColor
&
GetBackgroundColor
()
const
{
return
m_backgroundColor; }
47
inline
bool
BackgroundColorHasBeenSet
()
const
{
return
m_backgroundColorHasBeenSet; }
48
inline
void
SetBackgroundColor
(
const
ConditionalFormattingColor
& value) { m_backgroundColorHasBeenSet =
true
; m_backgroundColor = value; }
49
inline
void
SetBackgroundColor
(
ConditionalFormattingColor
&& value) { m_backgroundColorHasBeenSet =
true
; m_backgroundColor = std::move(value); }
50
inline
ShapeConditionalFormat
&
WithBackgroundColor
(
const
ConditionalFormattingColor
& value) {
SetBackgroundColor
(value);
return
*
this
;}
51
inline
ShapeConditionalFormat
&
WithBackgroundColor
(
ConditionalFormattingColor
&& value) {
SetBackgroundColor
(std::move(value));
return
*
this
;}
53
private
:
54
55
ConditionalFormattingColor
m_backgroundColor;
56
bool
m_backgroundColorHasBeenSet =
false
;
57
};
58
59
}
// namespace Model
60
}
// namespace QuickSight
61
}
// namespace Aws
Aws::QuickSight::Model::ConditionalFormattingColor
Definition
ConditionalFormattingColor.h:33
Aws::QuickSight::Model::ShapeConditionalFormat
Definition
ShapeConditionalFormat.h:33
Aws::QuickSight::Model::ShapeConditionalFormat::ShapeConditionalFormat
AWS_QUICKSIGHT_API ShapeConditionalFormat(Aws::Utils::Json::JsonView jsonValue)
Aws::QuickSight::Model::ShapeConditionalFormat::GetBackgroundColor
const ConditionalFormattingColor & GetBackgroundColor() const
Definition
ShapeConditionalFormat.h:46
Aws::QuickSight::Model::ShapeConditionalFormat::BackgroundColorHasBeenSet
bool BackgroundColorHasBeenSet() const
Definition
ShapeConditionalFormat.h:47
Aws::QuickSight::Model::ShapeConditionalFormat::SetBackgroundColor
void SetBackgroundColor(const ConditionalFormattingColor &value)
Definition
ShapeConditionalFormat.h:48
Aws::QuickSight::Model::ShapeConditionalFormat::SetBackgroundColor
void SetBackgroundColor(ConditionalFormattingColor &&value)
Definition
ShapeConditionalFormat.h:49
Aws::QuickSight::Model::ShapeConditionalFormat::ShapeConditionalFormat
AWS_QUICKSIGHT_API ShapeConditionalFormat()
Aws::QuickSight::Model::ShapeConditionalFormat::operator=
AWS_QUICKSIGHT_API ShapeConditionalFormat & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::QuickSight::Model::ShapeConditionalFormat::Jsonize
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::QuickSight::Model::ShapeConditionalFormat::WithBackgroundColor
ShapeConditionalFormat & WithBackgroundColor(const ConditionalFormattingColor &value)
Definition
ShapeConditionalFormat.h:50
Aws::QuickSight::Model::ShapeConditionalFormat::WithBackgroundColor
ShapeConditionalFormat & WithBackgroundColor(ConditionalFormattingColor &&value)
Definition
ShapeConditionalFormat.h:51
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences