7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8#include <aws/backupsearch/model/TimeConditionOperator.h>
9#include <aws/core/utils/DateTime.h>
20namespace BackupSearch {
42 template <
typename ValueT = Aws::Utils::DateTime>
44 m_valueHasBeenSet =
true;
45 m_value = std::forward<ValueT>(value);
47 template <
typename ValueT = Aws::Utils::DateTime>
49 SetValue(std::forward<ValueT>(value));
65 m_operatorHasBeenSet =
true;
77 bool m_valueHasBeenSet =
false;
78 bool m_operatorHasBeenSet =
false;
AWS_BACKUPSEARCH_API TimeCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
TimeConditionOperator GetOperator() const
void SetOperator(TimeConditionOperator value)
TimeCondition & WithOperator(TimeConditionOperator value)
bool OperatorHasBeenSet() const
const Aws::Utils::DateTime & GetValue() const
AWS_BACKUPSEARCH_API TimeCondition(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
AWS_BACKUPSEARCH_API TimeCondition()=default
void SetValue(ValueT &&value)
TimeCondition & WithValue(ValueT &&value)
AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue