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>
70 inline void SetCredentialsSecretArn(
const char* value) { m_credentialsSecretArnHasBeenSet =
true; m_credentialsSecretArn.assign(value); }
84 inline void SetDomain(
const char* value) { m_domainHasBeenSet =
true; m_domain.assign(value); }
125 inline void SetTenantId(
const char* value) { m_tenantIdHasBeenSet =
true; m_tenantId.assign(value); }
133 bool m_authTypeHasBeenSet =
false;
136 bool m_credentialsSecretArnHasBeenSet =
false;
139 bool m_domainHasBeenSet =
false;
142 bool m_hostTypeHasBeenSet =
false;
145 bool m_siteUrlsHasBeenSet =
false;
148 bool m_tenantIdHasBeenSet =
false;
void SetCredentialsSecretArn(Aws::String &&value)
SharePointSourceConfiguration & WithSiteUrls(Aws::Vector< Aws::String > &&value)
AWS_BEDROCKAGENT_API SharePointSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetCredentialsSecretArn(const char *value)
SharePointSourceConfiguration & WithDomain(const char *value)
SharePointSourceConfiguration & WithTenantId(const Aws::String &value)
void SetCredentialsSecretArn(const Aws::String &value)
SharePointSourceConfiguration & WithSiteUrls(const Aws::Vector< Aws::String > &value)
void SetAuthType(SharePointAuthType &&value)
const SharePointHostType & GetHostType() const
SharePointSourceConfiguration & WithCredentialsSecretArn(Aws::String &&value)
const SharePointAuthType & GetAuthType() const
SharePointSourceConfiguration & WithTenantId(Aws::String &&value)
void SetSiteUrls(Aws::Vector< Aws::String > &&value)
bool CredentialsSecretArnHasBeenSet() const
SharePointSourceConfiguration & WithDomain(const Aws::String &value)
SharePointSourceConfiguration & WithHostType(const SharePointHostType &value)
SharePointSourceConfiguration & WithAuthType(const SharePointAuthType &value)
AWS_BEDROCKAGENT_API SharePointSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAuthType(const SharePointAuthType &value)
SharePointSourceConfiguration & AddSiteUrls(const char *value)
SharePointSourceConfiguration & WithTenantId(const char *value)
void SetDomain(const char *value)
const Aws::String & GetCredentialsSecretArn() const
bool AuthTypeHasBeenSet() const
bool SiteUrlsHasBeenSet() const
bool DomainHasBeenSet() const
SharePointSourceConfiguration & AddSiteUrls(Aws::String &&value)
SharePointSourceConfiguration & WithAuthType(SharePointAuthType &&value)
AWS_BEDROCKAGENT_API SharePointSourceConfiguration()
void SetHostType(SharePointHostType &&value)
SharePointSourceConfiguration & WithCredentialsSecretArn(const char *value)
void SetDomain(Aws::String &&value)
const Aws::String & GetDomain() const
const Aws::Vector< Aws::String > & GetSiteUrls() const
void SetTenantId(Aws::String &&value)
void SetSiteUrls(const Aws::Vector< Aws::String > &value)
SharePointSourceConfiguration & WithHostType(SharePointHostType &&value)
bool TenantIdHasBeenSet() const
SharePointSourceConfiguration & AddSiteUrls(const Aws::String &value)
void SetDomain(const Aws::String &value)
bool HostTypeHasBeenSet() const
void SetHostType(const SharePointHostType &value)
void SetTenantId(const char *value)
SharePointSourceConfiguration & WithDomain(Aws::String &&value)
const Aws::String & GetTenantId() const
SharePointSourceConfiguration & WithCredentialsSecretArn(const Aws::String &value)
void SetTenantId(const Aws::String &value)
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