7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/ConnectorProperty.h>
43 template <
typename AuthenticationParametersT = Aws::Vector<ConnectorProperty>>
45 m_authenticationParametersHasBeenSet =
true;
46 m_authenticationParameters = std::forward<AuthenticationParametersT>(value);
48 template <
typename AuthenticationParametersT = Aws::Vector<ConnectorProperty>>
53 template <
typename AuthenticationParametersT = ConnectorProperty>
55 m_authenticationParametersHasBeenSet =
true;
56 m_authenticationParameters.emplace_back(std::forward<AuthenticationParametersT>(value));
62 bool m_authenticationParametersHasBeenSet =
false;
CustomAuthenticationProperties & AddAuthenticationParameters(AuthenticationParametersT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API CustomAuthenticationProperties(Aws::Utils::Json::JsonView jsonValue)
void SetAuthenticationParameters(AuthenticationParametersT &&value)
AWS_GLUE_API CustomAuthenticationProperties()=default
CustomAuthenticationProperties & WithAuthenticationParameters(AuthenticationParametersT &&value)
AWS_GLUE_API CustomAuthenticationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ConnectorProperty > & GetAuthenticationParameters() const
bool AuthenticationParametersHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue