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>
18namespace BedrockAgentRuntime
48 template<
typename InvocationIdentifierT = Aws::String>
49 void SetInvocationIdentifier(InvocationIdentifierT&& value) { m_invocationIdentifierHasBeenSet =
true; m_invocationIdentifier = std::forward<InvocationIdentifierT>(value); }
50 template<
typename InvocationIdentifierT = Aws::String>
63 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
76 template<
typename NextTokenT = Aws::String>
77 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
78 template<
typename NextTokenT = Aws::String>
90 template<
typename SessionIdentifierT = Aws::String>
91 void SetSessionIdentifier(SessionIdentifierT&& value) { m_sessionIdentifierHasBeenSet =
true; m_sessionIdentifier = std::forward<SessionIdentifierT>(value); }
92 template<
typename SessionIdentifierT = Aws::String>
98 bool m_invocationIdentifierHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
107 bool m_sessionIdentifierHasBeenSet =
false;
void SetMaxResults(int value)
ListInvocationStepsRequest & WithInvocationIdentifier(InvocationIdentifierT &&value)
AWS_BEDROCKAGENTRUNTIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
void SetInvocationIdentifier(InvocationIdentifierT &&value)
void SetSessionIdentifier(SessionIdentifierT &&value)
const Aws::String & GetSessionIdentifier() const
int GetMaxResults() const
AWS_BEDROCKAGENTRUNTIME_API ListInvocationStepsRequest()=default
bool SessionIdentifierHasBeenSet() const
ListInvocationStepsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
bool InvocationIdentifierHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
const Aws::String & GetInvocationIdentifier() const
virtual const char * GetServiceRequestName() const override
ListInvocationStepsRequest & WithSessionIdentifier(SessionIdentifierT &&value)
ListInvocationStepsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String