7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/SharePointAuthType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent/model/SharePointHostType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
66 template<
typename CredentialsSecretArnT = Aws::String>
67 void SetCredentialsSecretArn(CredentialsSecretArnT&& value) { m_credentialsSecretArnHasBeenSet =
true; m_credentialsSecretArn = std::forward<CredentialsSecretArnT>(value); }
68 template<
typename CredentialsSecretArnT = Aws::String>
78 template<
typename DomainT = Aws::String>
79 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
80 template<
typename DomainT = Aws::String>
100 template<
typename SiteUrlsT = Aws::Vector<Aws::String>>
101 void SetSiteUrls(SiteUrlsT&& value) { m_siteUrlsHasBeenSet =
true; m_siteUrls = std::forward<SiteUrlsT>(value); }
102 template<
typename SiteUrlsT = Aws::Vector<Aws::String>>
104 template<
typename SiteUrlsT = Aws::String>
114 template<
typename TenantIdT = Aws::String>
115 void SetTenantId(TenantIdT&& value) { m_tenantIdHasBeenSet =
true; m_tenantId = std::forward<TenantIdT>(value); }
116 template<
typename TenantIdT = Aws::String>
122 bool m_authTypeHasBeenSet =
false;
125 bool m_credentialsSecretArnHasBeenSet =
false;
128 bool m_domainHasBeenSet =
false;
131 bool m_hostTypeHasBeenSet =
false;
134 bool m_siteUrlsHasBeenSet =
false;
137 bool m_tenantIdHasBeenSet =
false;
void SetHostType(SharePointHostType value)
AWS_BEDROCKAGENT_API SharePointSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetSiteUrls(SiteUrlsT &&value)
SharePointHostType GetHostType() const
SharePointSourceConfiguration & AddSiteUrls(SiteUrlsT &&value)
AWS_BEDROCKAGENT_API SharePointSourceConfiguration()=default
bool CredentialsSecretArnHasBeenSet() const
void SetDomain(DomainT &&value)
AWS_BEDROCKAGENT_API SharePointSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCredentialsSecretArn() const
bool AuthTypeHasBeenSet() const
bool SiteUrlsHasBeenSet() const
bool DomainHasBeenSet() const
SharePointSourceConfiguration & WithSiteUrls(SiteUrlsT &&value)
SharePointSourceConfiguration & WithHostType(SharePointHostType value)
void SetAuthType(SharePointAuthType value)
void SetTenantId(TenantIdT &&value)
void SetCredentialsSecretArn(CredentialsSecretArnT &&value)
SharePointSourceConfiguration & WithDomain(DomainT &&value)
SharePointSourceConfiguration & WithAuthType(SharePointAuthType value)
const Aws::String & GetDomain() const
const Aws::Vector< Aws::String > & GetSiteUrls() const
SharePointAuthType GetAuthType() const
bool TenantIdHasBeenSet() const
SharePointSourceConfiguration & WithTenantId(TenantIdT &&value)
bool HostTypeHasBeenSet() const
SharePointSourceConfiguration & WithCredentialsSecretArn(CredentialsSecretArnT &&value)
const Aws::String & GetTenantId() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue