AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
SearchContactsTimestampCondition.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/SearchContactsTimeRangeConditionType.h>
9#include <aws/connect/model/SearchContactsTimeRangeType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Connect {
21namespace Model {
22
31 public:
32 AWS_CONNECT_API SearchContactsTimestampCondition() = default;
35 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline SearchContactsTimeRangeType GetType() const { return m_type; }
42 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
44 m_typeHasBeenSet = true;
45 m_type = value;
46 }
48 SetType(value);
49 return *this;
50 }
52
54
57 inline SearchContactsTimeRangeConditionType GetConditionType() const { return m_conditionType; }
58 inline bool ConditionTypeHasBeenSet() const { return m_conditionTypeHasBeenSet; }
60 m_conditionTypeHasBeenSet = true;
61 m_conditionType = value;
62 }
64 SetConditionType(value);
65 return *this;
66 }
68 private:
70
72 bool m_typeHasBeenSet = false;
73 bool m_conditionTypeHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace Connect
78} // namespace Aws
SearchContactsTimestampCondition & WithConditionType(SearchContactsTimeRangeConditionType value)
void SetConditionType(SearchContactsTimeRangeConditionType value)
AWS_CONNECT_API SearchContactsTimestampCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API SearchContactsTimestampCondition()=default
SearchContactsTimestampCondition & WithType(SearchContactsTimeRangeType value)
SearchContactsTimeRangeConditionType GetConditionType() const
AWS_CONNECT_API SearchContactsTimestampCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue