Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-config/source/model/
H A DRemediationConfiguration.cpp30 m_automaticHasBeenSet(false), in RemediationConfiguration()
50 m_automaticHasBeenSet(false), in RemediationConfiguration()
113 m_automaticHasBeenSet = true; in operator =()
198 if(m_automaticHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-config/include/aws/config/model/
H A DRemediationConfiguration.h340 inline bool AutomaticHasBeenSet() const { return m_automaticHasBeenSet; } in AutomaticHasBeenSet()
345 inline void SetAutomatic(bool value) { m_automaticHasBeenSet = true; m_automatic = value; } in SetAutomatic()
560 bool m_automaticHasBeenSet; variable