Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-amplifybackend/source/model/
H A DUpdateBackendAuthResourceConfig.cpp27 m_userPoolConfigsHasBeenSet(false) in UpdateBackendAuthResourceConfig()
37 m_userPoolConfigsHasBeenSet(false) in UpdateBackendAuthResourceConfig()
69 m_userPoolConfigsHasBeenSet = true; in operator =()
95 if(m_userPoolConfigsHasBeenSet) in Jsonize()
H A DCreateBackendAuthResourceConfig.cpp27 m_userPoolConfigsHasBeenSet(false) in CreateBackendAuthResourceConfig()
37 m_userPoolConfigsHasBeenSet(false) in CreateBackendAuthResourceConfig()
69 m_userPoolConfigsHasBeenSet = true; in operator =()
95 if(m_userPoolConfigsHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-amplifybackend/include/aws/amplifybackend/model/
H A DUpdateBackendAuthResourceConfig.h165 inline bool UserPoolConfigsHasBeenSet() const { return m_userPoolConfigsHasBeenSet; } in UserPoolConfigsHasBeenSet()
171 …serPoolConfigs(const UpdateBackendAuthUserPoolConfig& value) { m_userPoolConfigsHasBeenSet = true;… in SetUserPoolConfigs()
177 … SetUserPoolConfigs(UpdateBackendAuthUserPoolConfig&& value) { m_userPoolConfigsHasBeenSet = true;… in SetUserPoolConfigs()
203 bool m_userPoolConfigsHasBeenSet; variable
H A DCreateBackendAuthResourceConfig.h165 inline bool UserPoolConfigsHasBeenSet() const { return m_userPoolConfigsHasBeenSet; } in UserPoolConfigsHasBeenSet()
171 …serPoolConfigs(const CreateBackendAuthUserPoolConfig& value) { m_userPoolConfigsHasBeenSet = true;… in SetUserPoolConfigs()
177 … SetUserPoolConfigs(CreateBackendAuthUserPoolConfig&& value) { m_userPoolConfigsHasBeenSet = true;… in SetUserPoolConfigs()
203 bool m_userPoolConfigsHasBeenSet; variable