Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/source/model/
H A DAwsCorsConfiguration.cpp23 m_allowCredentials(false), in AwsCorsConfiguration()
35 m_allowCredentials(false), in AwsCorsConfiguration()
60 m_allowCredentials = jsonValue.GetBool("AllowCredentials"); in operator =()
122 payload.WithBool("AllowCredentials", m_allowCredentials); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigatewayv2/source/model/
H A DCors.cpp22 m_allowCredentials(false), in Cors()
34 m_allowCredentials(false), in Cors()
50 m_allowCredentials = jsonValue.GetBool("allowCredentials"); in operator =()
111 payload.WithBool("allowCredentials", m_allowCredentials); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsCorsConfiguration.h91 inline bool GetAllowCredentials() const{ return m_allowCredentials; } in GetAllowCredentials()
101 …etAllowCredentials(bool value) { m_allowCredentialsHasBeenSet = true; m_allowCredentials = value; } in SetAllowCredentials()
276 bool m_allowCredentials; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/model/
H A DCors.h47 inline bool GetAllowCredentials() const{ return m_allowCredentials; } in GetAllowCredentials()
59 …etAllowCredentials(bool value) { m_allowCredentialsHasBeenSet = true; m_allowCredentials = value; } in SetAllowCredentials()
287 bool m_allowCredentials;