Home
last modified time | relevance | path

Searched refs:m_thresholdTypeHasBeenSet (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-budgets/source/model/
H A DNotification.cpp29 m_thresholdTypeHasBeenSet(false), in Notification()
43 m_thresholdTypeHasBeenSet(false), in Notification()
77 m_thresholdTypeHasBeenSet = true; in operator =()
110 if(m_thresholdTypeHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-budgets/include/aws/budgets/model/
H A DNotification.h174 inline bool ThresholdTypeHasBeenSet() const { return m_thresholdTypeHasBeenSet; } in ThresholdTypeHasBeenSet()
185 …inline void SetThresholdType(const ThresholdType& value) { m_thresholdTypeHasBeenSet = true; m_thr… in SetThresholdType()
196 …inline void SetThresholdType(ThresholdType&& value) { m_thresholdTypeHasBeenSet = true; m_threshol… in SetThresholdType()
269 bool m_thresholdTypeHasBeenSet; variable