Home
last modified time | relevance | path

Searched refs:m_testWindowStartHasBeenSet (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-forecast/source/model/
H A DTestWindowSummary.cpp22 m_testWindowStartHasBeenSet(false), in TestWindowSummary()
30 m_testWindowStartHasBeenSet(false), in TestWindowSummary()
44 m_testWindowStartHasBeenSet = true; in operator =()
75 if(m_testWindowStartHasBeenSet) in Jsonize()
H A DWindowSummary.cpp22 m_testWindowStartHasBeenSet(false), in WindowSummary()
33 m_testWindowStartHasBeenSet(false), in WindowSummary()
50 m_testWindowStartHasBeenSet = true; in operator =()
88 if(m_testWindowStartHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-forecast/include/aws/forecast/model/
H A DWindowSummary.h54 inline bool TestWindowStartHasBeenSet() const { return m_testWindowStartHasBeenSet; } in TestWindowStartHasBeenSet()
59 …inline void SetTestWindowStart(const Aws::Utils::DateTime& value) { m_testWindowStartHasBeenSet = … in SetTestWindowStart()
64 …inline void SetTestWindowStart(Aws::Utils::DateTime&& value) { m_testWindowStartHasBeenSet = true;… in SetTestWindowStart()
205 bool m_testWindowStartHasBeenSet; variable
H A DTestWindowSummary.h50 inline bool TestWindowStartHasBeenSet() const { return m_testWindowStartHasBeenSet; } in TestWindowStartHasBeenSet()
55 …inline void SetTestWindowStart(const Aws::Utils::DateTime& value) { m_testWindowStartHasBeenSet = … in SetTestWindowStart()
60 …inline void SetTestWindowStart(Aws::Utils::DateTime&& value) { m_testWindowStartHasBeenSet = true;… in SetTestWindowStart()
204 bool m_testWindowStartHasBeenSet; variable