7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename GuardrailIdentifierT = Aws::String>
44 m_guardrailIdentifierHasBeenSet =
true;
45 m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value);
47 template <
typename GuardrailIdentifierT = Aws::String>
61 m_maxResultsHasBeenSet =
true;
78 template <
typename NextTokenT = Aws::String>
80 m_nextTokenHasBeenSet =
true;
81 m_nextToken = std::forward<NextTokenT>(value);
83 template <
typename NextTokenT = Aws::String>
95 bool m_guardrailIdentifierHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
AWS_BEDROCK_API Aws::String SerializePayload() const override
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
const Aws::String & GetGuardrailIdentifier() const
AWS_BEDROCK_API ListGuardrailsRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
ListGuardrailsRequest & WithMaxResults(int value)
AWS_BEDROCK_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListGuardrailsRequest & WithGuardrailIdentifier(GuardrailIdentifierT &&value)
bool MaxResultsHasBeenSet() const
void SetGuardrailIdentifier(GuardrailIdentifierT &&value)
bool GuardrailIdentifierHasBeenSet() const
ListGuardrailsRequest & 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