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>
17namespace BedrockAgentRuntime {
46 m_maxResultsHasBeenSet =
true;
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
84 template <
typename SessionIdentifierT = Aws::String>
86 m_sessionIdentifierHasBeenSet =
true;
87 m_sessionIdentifier = std::forward<SessionIdentifierT>(value);
89 template <
typename SessionIdentifierT = Aws::String>
101 bool m_maxResultsHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
103 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String