7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/DataAccessorAuthenticationType.h>
9#include <aws/qbusiness/model/DataAccessorAuthenticationConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
69 template<
typename AuthenticationConfigurationT = DataAccessorAuthenticationConfiguration>
71 template<
typename AuthenticationConfigurationT = DataAccessorAuthenticationConfiguration>
83 template<
typename ExternalIdsT = Aws::Vector<Aws::String>>
85 template<
typename ExternalIdsT = Aws::Vector<Aws::String>>
87 template<
typename ExternalIdsT = Aws::String>
93 bool m_authenticationTypeHasBeenSet =
false;
95 DataAccessorAuthenticationConfiguration m_authenticationConfiguration;
96 bool m_authenticationConfigurationHasBeenSet =
false;
99 bool m_externalIdsHasBeenSet =
false;
AWS_QBUSINESS_API DataAccessorAuthenticationDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAuthenticationConfiguration(AuthenticationConfigurationT &&value)
void SetExternalIds(ExternalIdsT &&value)
bool AuthenticationConfigurationHasBeenSet() const
bool AuthenticationTypeHasBeenSet() const
DataAccessorAuthenticationDetail & WithExternalIds(ExternalIdsT &&value)
const DataAccessorAuthenticationConfiguration & GetAuthenticationConfiguration() const
DataAccessorAuthenticationType GetAuthenticationType() const
AWS_QBUSINESS_API DataAccessorAuthenticationDetail()=default
const Aws::Vector< Aws::String > & GetExternalIds() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
DataAccessorAuthenticationDetail & WithAuthenticationType(DataAccessorAuthenticationType value)
AWS_QBUSINESS_API DataAccessorAuthenticationDetail(Aws::Utils::Json::JsonView jsonValue)
bool ExternalIdsHasBeenSet() const
DataAccessorAuthenticationDetail & AddExternalIds(ExternalIdsT &&value)
DataAccessorAuthenticationDetail & WithAuthenticationConfiguration(AuthenticationConfigurationT &&value)
void SetAuthenticationType(DataAccessorAuthenticationType value)
DataAccessorAuthenticationType
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue