AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Examples
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-connect
include
aws
connect
model
EvaluationFormNumericQuestionAutomation.h
1
6
#pragma once
7
#include <aws/connect/Connect_EXPORTS.h>
8
#include <aws/connect/model/NumericQuestionPropertyValueAutomation.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
Connect
22
{
23
namespace
Model
24
{
25
32
class
EvaluationFormNumericQuestionAutomation
33
{
34
public
:
35
AWS_CONNECT_API
EvaluationFormNumericQuestionAutomation
();
36
AWS_CONNECT_API
EvaluationFormNumericQuestionAutomation
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_CONNECT_API
EvaluationFormNumericQuestionAutomation
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_CONNECT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
39
40
42
45
inline
const
NumericQuestionPropertyValueAutomation
&
GetPropertyValue
()
const
{
return
m_propertyValue; }
46
inline
bool
PropertyValueHasBeenSet
()
const
{
return
m_propertyValueHasBeenSet; }
47
inline
void
SetPropertyValue
(
const
NumericQuestionPropertyValueAutomation
& value) { m_propertyValueHasBeenSet =
true
; m_propertyValue = value; }
48
inline
void
SetPropertyValue
(
NumericQuestionPropertyValueAutomation
&& value) { m_propertyValueHasBeenSet =
true
; m_propertyValue = std::move(value); }
49
inline
EvaluationFormNumericQuestionAutomation
&
WithPropertyValue
(
const
NumericQuestionPropertyValueAutomation
& value) {
SetPropertyValue
(value);
return
*
this
;}
50
inline
EvaluationFormNumericQuestionAutomation
&
WithPropertyValue
(
NumericQuestionPropertyValueAutomation
&& value) {
SetPropertyValue
(std::move(value));
return
*
this
;}
52
private
:
53
54
NumericQuestionPropertyValueAutomation
m_propertyValue;
55
bool
m_propertyValueHasBeenSet =
false
;
56
};
57
58
}
// namespace Model
59
}
// namespace Connect
60
}
// namespace Aws
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation
Definition
EvaluationFormNumericQuestionAutomation.h:33
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::EvaluationFormNumericQuestionAutomation
AWS_CONNECT_API EvaluationFormNumericQuestionAutomation(Aws::Utils::Json::JsonView jsonValue)
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::WithPropertyValue
EvaluationFormNumericQuestionAutomation & WithPropertyValue(const NumericQuestionPropertyValueAutomation &value)
Definition
EvaluationFormNumericQuestionAutomation.h:49
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::SetPropertyValue
void SetPropertyValue(NumericQuestionPropertyValueAutomation &&value)
Definition
EvaluationFormNumericQuestionAutomation.h:48
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::operator=
AWS_CONNECT_API EvaluationFormNumericQuestionAutomation & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::EvaluationFormNumericQuestionAutomation
AWS_CONNECT_API EvaluationFormNumericQuestionAutomation()
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::SetPropertyValue
void SetPropertyValue(const NumericQuestionPropertyValueAutomation &value)
Definition
EvaluationFormNumericQuestionAutomation.h:47
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::WithPropertyValue
EvaluationFormNumericQuestionAutomation & WithPropertyValue(NumericQuestionPropertyValueAutomation &&value)
Definition
EvaluationFormNumericQuestionAutomation.h:50
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::PropertyValueHasBeenSet
bool PropertyValueHasBeenSet() const
Definition
EvaluationFormNumericQuestionAutomation.h:46
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::GetPropertyValue
const NumericQuestionPropertyValueAutomation & GetPropertyValue() const
Definition
EvaluationFormNumericQuestionAutomation.h:45
Aws::Connect::Model::EvaluationFormNumericQuestionAutomation::Jsonize
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Connect::Model::NumericQuestionPropertyValueAutomation
Definition
NumericQuestionPropertyValueAutomation.h:41
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