Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-auditmanager/source/model/
H A DCreateControlMappingSource.cpp24 m_sourceSetUpOption(SourceSetUpOption::NOT_SET), in CreateControlMappingSource()
38 m_sourceSetUpOption(SourceSetUpOption::NOT_SET), in CreateControlMappingSource()
68m_sourceSetUpOption = SourceSetUpOptionMapper::GetSourceSetUpOptionForName(jsonValue.GetString("so… in operator =()
122 …ng("sourceSetUpOption", SourceSetUpOptionMapper::GetNameForSourceSetUpOption(m_sourceSetUpOption)); in Jsonize()
H A DControlMappingSource.cpp25 m_sourceSetUpOption(SourceSetUpOption::NOT_SET), in ControlMappingSource()
40 m_sourceSetUpOption(SourceSetUpOption::NOT_SET), in ControlMappingSource()
77m_sourceSetUpOption = SourceSetUpOptionMapper::GetSourceSetUpOptionForName(jsonValue.GetString("so… in operator =()
137 …ng("sourceSetUpOption", SourceSetUpOptionMapper::GetNameForSourceSetUpOption(m_sourceSetUpOption)); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-auditmanager/include/aws/auditmanager/model/
H A DCreateControlMappingSource.h140 inline const SourceSetUpOption& GetSourceSetUpOption() const{ return m_sourceSetUpOption; } in GetSourceSetUpOption()
152 …st SourceSetUpOption& value) { m_sourceSetUpOptionHasBeenSet = true; m_sourceSetUpOption = value; } in SetSourceSetUpOption()
158 …SourceSetUpOption&& value) { m_sourceSetUpOptionHasBeenSet = true; m_sourceSetUpOption = std::move… in SetSourceSetUpOption()
314 SourceSetUpOption m_sourceSetUpOption; variable
H A DControlMappingSource.h172 inline const SourceSetUpOption& GetSourceSetUpOption() const{ return m_sourceSetUpOption; } in GetSourceSetUpOption()
184 …st SourceSetUpOption& value) { m_sourceSetUpOptionHasBeenSet = true; m_sourceSetUpOption = value; } in SetSourceSetUpOption()
190 …SourceSetUpOption&& value) { m_sourceSetUpOptionHasBeenSet = true; m_sourceSetUpOption = std::move… in SetSourceSetUpOption()
349 SourceSetUpOption m_sourceSetUpOption; variable