7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/ClientVpnAuthenticationType.h>
10#include <aws/ec2/model/DirectoryServiceAuthentication.h>
11#include <aws/ec2/model/CertificateAuthentication.h>
12#include <aws/ec2/model/FederatedAuthentication.h>
98 bool m_typeHasBeenSet =
false;
101 bool m_activeDirectoryHasBeenSet =
false;
104 bool m_mutualAuthenticationHasBeenSet =
false;
107 bool m_federatedAuthenticationHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetMutualAuthentication(CertificateAuthentication &&value)
const DirectoryServiceAuthentication & GetActiveDirectory() const
void SetType(ClientVpnAuthenticationType &&value)
void SetActiveDirectory(const DirectoryServiceAuthentication &value)
ClientVpnAuthentication & WithActiveDirectory(const DirectoryServiceAuthentication &value)
ClientVpnAuthentication & WithMutualAuthentication(const CertificateAuthentication &value)
bool FederatedAuthenticationHasBeenSet() const
ClientVpnAuthentication & WithMutualAuthentication(CertificateAuthentication &&value)
ClientVpnAuthentication & WithFederatedAuthentication(const FederatedAuthentication &value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const FederatedAuthentication & GetFederatedAuthentication() const
bool MutualAuthenticationHasBeenSet() const
AWS_EC2_API ClientVpnAuthentication()
void SetFederatedAuthentication(const FederatedAuthentication &value)
ClientVpnAuthentication & WithType(const ClientVpnAuthenticationType &value)
bool ActiveDirectoryHasBeenSet() const
void SetActiveDirectory(DirectoryServiceAuthentication &&value)
void SetFederatedAuthentication(FederatedAuthentication &&value)
AWS_EC2_API ClientVpnAuthentication & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API ClientVpnAuthentication(const Aws::Utils::Xml::XmlNode &xmlNode)
const CertificateAuthentication & GetMutualAuthentication() const
bool TypeHasBeenSet() const
ClientVpnAuthentication & WithActiveDirectory(DirectoryServiceAuthentication &&value)
ClientVpnAuthentication & WithFederatedAuthentication(FederatedAuthentication &&value)
void SetType(const ClientVpnAuthenticationType &value)
const ClientVpnAuthenticationType & GetType() const
ClientVpnAuthentication & WithType(ClientVpnAuthenticationType &&value)
void SetMutualAuthentication(const CertificateAuthentication &value)
ClientVpnAuthenticationType
std::basic_ostream< char, std::char_traits< char > > OStream