7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
10#include <aws/qbusiness/model/DataAccessorAuthenticationConfiguration.h>
11#include <aws/qbusiness/model/DataAccessorAuthenticationType.h>
53 m_authenticationTypeHasBeenSet =
true;
54 m_authenticationType = value;
69 template <
typename AuthenticationConfigurationT = DataAccessorAuthenticationConfiguration>
71 m_authenticationConfigurationHasBeenSet =
true;
72 m_authenticationConfiguration = std::forward<AuthenticationConfigurationT>(value);
74 template <
typename AuthenticationConfigurationT = DataAccessorAuthenticationConfiguration>
89 template <
typename ExternalIdsT = Aws::Vector<Aws::String>>
91 m_externalIdsHasBeenSet =
true;
92 m_externalIds = std::forward<ExternalIdsT>(value);
94 template <
typename ExternalIdsT = Aws::Vector<Aws::String>>
99 template <
typename ExternalIdsT = Aws::String>
101 m_externalIdsHasBeenSet =
true;
102 m_externalIds.emplace_back(std::forward<ExternalIdsT>(value));
109 DataAccessorAuthenticationConfiguration m_authenticationConfiguration;
112 bool m_authenticationTypeHasBeenSet =
false;
113 bool m_authenticationConfigurationHasBeenSet =
false;
114 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