AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
InputPredefinedAttributeConfiguration.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Connect {
17namespace Model {
18
28 public:
29 AWS_CONNECT_API InputPredefinedAttributeConfiguration() = default;
32 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
41 inline bool GetEnableValueValidationOnAssociation() const { return m_enableValueValidationOnAssociation; }
42 inline bool EnableValueValidationOnAssociationHasBeenSet() const { return m_enableValueValidationOnAssociationHasBeenSet; }
43 inline void SetEnableValueValidationOnAssociation(bool value) {
44 m_enableValueValidationOnAssociationHasBeenSet = true;
45 m_enableValueValidationOnAssociation = value;
46 }
49 return *this;
50 }
52 private:
53 bool m_enableValueValidationOnAssociation{false};
54 bool m_enableValueValidationOnAssociationHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Connect
59} // namespace Aws
AWS_CONNECT_API InputPredefinedAttributeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
InputPredefinedAttributeConfiguration & WithEnableValueValidationOnAssociation(bool value)
AWS_CONNECT_API InputPredefinedAttributeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue