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>
20namespace BedrockAgent {
42 template <
typename HostUrlT = Aws::String>
44 m_hostUrlHasBeenSet =
true;
45 m_hostUrl = std::forward<HostUrlT>(value);
47 template <
typename HostUrlT = Aws::String>
62 m_authTypeHasBeenSet =
true;
82 template <
typename CredentialsSecretArnT = Aws::String>
84 m_credentialsSecretArnHasBeenSet =
true;
85 m_credentialsSecretArn = std::forward<CredentialsSecretArnT>(value);
87 template <
typename CredentialsSecretArnT = Aws::String>
99 bool m_hostUrlHasBeenSet =
false;
100 bool m_authTypeHasBeenSet =
false;
101 bool m_credentialsSecretArnHasBeenSet =
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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue