7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
50 template<
typename KmsKeyArnT = Aws::String>
51 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
52 template<
typename KmsKeyArnT = Aws::String>
58 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue