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
50 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
77 template<
typename SessionIdentifierT = Aws::String>
78 void SetSessionIdentifier(SessionIdentifierT&& value) { m_sessionIdentifierHasBeenSet =
true; m_sessionIdentifier = std::forward<SessionIdentifierT>(value); }
79 template<
typename SessionIdentifierT = Aws::String>
85 bool m_maxResultsHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
91 bool m_sessionIdentifierHasBeenSet =
false;
bool SessionIdentifierHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API ListInvocationsRequest()=default
bool MaxResultsHasBeenSet() const
const Aws::String & GetSessionIdentifier() const
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENTRUNTIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
ListInvocationsRequest & WithMaxResults(int value)
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
void SetSessionIdentifier(SessionIdentifierT &&value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
bool NextTokenHasBeenSet() const
ListInvocationsRequest & WithSessionIdentifier(SessionIdentifierT &&value)
void SetMaxResults(int value)
ListInvocationsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String