7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/SalesforceAuthType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename CredentialsSecretArnT = Aws::String>
65 void SetCredentialsSecretArn(CredentialsSecretArnT&& value) { m_credentialsSecretArnHasBeenSet =
true; m_credentialsSecretArn = std::forward<CredentialsSecretArnT>(value); }
66 template<
typename CredentialsSecretArnT = Aws::String>
76 template<
typename HostUrlT = Aws::String>
77 void SetHostUrl(HostUrlT&& value) { m_hostUrlHasBeenSet =
true; m_hostUrl = std::forward<HostUrlT>(value); }
78 template<
typename HostUrlT = Aws::String>
84 bool m_authTypeHasBeenSet =
false;
87 bool m_credentialsSecretArnHasBeenSet =
false;
90 bool m_hostUrlHasBeenSet =
false;
SalesforceAuthType GetAuthType() const
SalesforceSourceConfiguration & WithCredentialsSecretArn(CredentialsSecretArnT &&value)
bool CredentialsSecretArnHasBeenSet() const
void SetHostUrl(HostUrlT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCredentialsSecretArn() const
const Aws::String & GetHostUrl() const
bool HostUrlHasBeenSet() const
void SetAuthType(SalesforceAuthType value)
SalesforceSourceConfiguration & WithAuthType(SalesforceAuthType value)
bool AuthTypeHasBeenSet() const
void SetCredentialsSecretArn(CredentialsSecretArnT &&value)
AWS_BEDROCKAGENT_API SalesforceSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API SalesforceSourceConfiguration()=default
AWS_BEDROCKAGENT_API SalesforceSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
SalesforceSourceConfiguration & WithHostUrl(HostUrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue