AWS SDK for C++
AWS SDK for C++ Version 1.11.759
Main Page
Related Pages
Namespaces
Classes
Examples
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-connect
include
aws
connect
model
ContactMetricInfo.h
1
6
#pragma once
7
#include <aws/connect/Connect_EXPORTS.h>
8
#include <aws/connect/model/ContactMetricName.h>
9
10
#include <utility>
11
12
namespace
Aws
{
13
namespace
Utils {
14
namespace
Json {
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
Connect {
20
namespace
Model {
21
29
class
ContactMetricInfo
{
30
public
:
31
AWS_CONNECT_API
ContactMetricInfo
() =
default
;
32
AWS_CONNECT_API
ContactMetricInfo
(
Aws::Utils::Json::JsonView
jsonValue);
33
AWS_CONNECT_API
ContactMetricInfo
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
34
AWS_CONNECT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
35
37
42
inline
ContactMetricName
GetName
()
const
{
return
m_name; }
43
inline
bool
NameHasBeenSet
()
const
{
return
m_nameHasBeenSet; }
44
inline
void
SetName
(
ContactMetricName
value) {
45
m_nameHasBeenSet =
true
;
46
m_name = value;
47
}
48
inline
ContactMetricInfo
&
WithName
(
ContactMetricName
value) {
49
SetName
(value);
50
return
*
this
;
51
}
53
private
:
54
ContactMetricName
m_name{
ContactMetricName::NOT_SET
};
55
bool
m_nameHasBeenSet =
false
;
56
};
57
58
}
// namespace Model
59
}
// namespace Connect
60
}
// namespace Aws
Aws::Connect::Model::ContactMetricInfo
Definition
ContactMetricInfo.h:29
Aws::Connect::Model::ContactMetricInfo::WithName
ContactMetricInfo & WithName(ContactMetricName value)
Definition
ContactMetricInfo.h:48
Aws::Connect::Model::ContactMetricInfo::ContactMetricInfo
AWS_CONNECT_API ContactMetricInfo()=default
Aws::Connect::Model::ContactMetricInfo::SetName
void SetName(ContactMetricName value)
Definition
ContactMetricInfo.h:44
Aws::Connect::Model::ContactMetricInfo::GetName
ContactMetricName GetName() const
Definition
ContactMetricInfo.h:42
Aws::Connect::Model::ContactMetricInfo::Jsonize
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Connect::Model::ContactMetricInfo::NameHasBeenSet
bool NameHasBeenSet() const
Definition
ContactMetricInfo.h:43
Aws::Connect::Model::ContactMetricInfo::operator=
AWS_CONNECT_API ContactMetricInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Connect::Model::ContactMetricInfo::ContactMetricInfo
AWS_CONNECT_API ContactMetricInfo(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws::Connect::Model::ContactMetricName
ContactMetricName
Definition
ContactMetricName.h:13
Aws::Connect::Model::ContactMetricName::NOT_SET
@ NOT_SET
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences