7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockAgentRuntime
42 template<
typename SessionIdentifierT = Aws::String>
43 void SetSessionIdentifier(SessionIdentifierT&& value) { m_sessionIdentifierHasBeenSet =
true; m_sessionIdentifier = std::forward<SessionIdentifierT>(value); }
44 template<
typename SessionIdentifierT = Aws::String>
50 bool m_sessionIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool SessionIdentifierHasBeenSet() const
const Aws::String & GetSessionIdentifier() const
void SetSessionIdentifier(SessionIdentifierT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
GetSessionRequest & WithSessionIdentifier(SessionIdentifierT &&value)
AWS_BEDROCKAGENTRUNTIME_API GetSessionRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String