7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotfleetwise/model/TriggerMode.h>
48 template<
typename ConditionExpressionT = Aws::String>
49 void SetConditionExpression(ConditionExpressionT&& value) { m_conditionExpressionHasBeenSet =
true; m_conditionExpression = std::forward<ConditionExpressionT>(value); }
50 template<
typename ConditionExpressionT = Aws::String>
66 bool m_conditionExpressionHasBeenSet =
false;
69 bool m_triggerModeHasBeenSet =
false;
void SetConditionExpression(ConditionExpressionT &&value)
bool ConditionExpressionHasBeenSet() const
AWS_IOTFLEETWISE_API ConditionBasedSignalFetchConfig()=default
ConditionBasedSignalFetchConfig & WithTriggerMode(TriggerMode value)
TriggerMode GetTriggerMode() const
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTriggerMode(TriggerMode value)
bool TriggerModeHasBeenSet() const
AWS_IOTFLEETWISE_API ConditionBasedSignalFetchConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ConditionBasedSignalFetchConfig & WithConditionExpression(ConditionExpressionT &&value)
AWS_IOTFLEETWISE_API ConditionBasedSignalFetchConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetConditionExpression() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue