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