7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
44 template <
typename KmsKeyArnT = Aws::String>
46 m_kmsKeyArnHasBeenSet =
true;
47 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
49 template <
typename KmsKeyArnT = Aws::String>
57 bool m_kmsKeyArnHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API RetrieveAndGenerateSessionConfiguration()=default
bool KmsKeyArnHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API RetrieveAndGenerateSessionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API RetrieveAndGenerateSessionConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKeyArn() const
RetrieveAndGenerateSessionConfiguration & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKeyArn(KmsKeyArnT &&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