AWS SDK for C++
AWS SDK for C++ Version 1.11.754
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-bedrock-agent
include
aws
bedrock-agent
BedrockAgentClientConfiguration.h
1
6
#pragma once
7
8
#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9
#include <aws/core/client/GenericClientConfiguration.h>
10
11
namespace
Aws
{
12
namespace
BedrockAgent {
13
struct
AWS_BEDROCKAGENT_API
BedrockAgentClientConfiguration
:
public
Aws::Client::GenericClientConfiguration
{
14
using
BaseClientConfigClass
=
Aws::Client::GenericClientConfiguration
;
15
16
BedrockAgentClientConfiguration
(
const
Client::ClientConfigurationInitValues
& configuration = {});
17
24
BedrockAgentClientConfiguration
(
const
char
* profileName,
bool
shouldDisableIMDS =
false
);
25
32
BedrockAgentClientConfiguration
(
bool
useSmartDefaults,
const
char
* defaultMode =
"legacy"
,
bool
shouldDisableIMDS =
false
);
33
37
BedrockAgentClientConfiguration
(
const
Client::ClientConfiguration
& config);
38
39
private
:
40
void
LoadBedrockAgentSpecificConfig(
const
Aws::String
& profileName);
41
};
42
}
// namespace BedrockAgent
43
}
// namespace Aws
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::BedrockAgent::BedrockAgentClientConfiguration
Definition
BedrockAgentClientConfiguration.h:13
Aws::BedrockAgent::BedrockAgentClientConfiguration::BedrockAgentClientConfiguration
BedrockAgentClientConfiguration(const Client::ClientConfiguration &config)
Aws::BedrockAgent::BedrockAgentClientConfiguration::BedrockAgentClientConfiguration
BedrockAgentClientConfiguration(const Client::ClientConfigurationInitValues &configuration={})
Aws::BedrockAgent::BedrockAgentClientConfiguration::BedrockAgentClientConfiguration
BedrockAgentClientConfiguration(bool useSmartDefaults, const char *defaultMode="legacy", bool shouldDisableIMDS=false)
Aws::BedrockAgent::BedrockAgentClientConfiguration::BedrockAgentClientConfiguration
BedrockAgentClientConfiguration(const char *profileName, bool shouldDisableIMDS=false)
Aws::Client::ClientConfiguration
Aws::Client::ClientConfigurationInitValues
Aws::Client::GenericClientConfiguration
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences