7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GuardrailIdentifierT = Aws::String>
48 void SetGuardrailIdentifier(GuardrailIdentifierT&& value) { m_guardrailIdentifierHasBeenSet =
true; m_guardrailIdentifier = std::forward<GuardrailIdentifierT>(value); }
49 template<
typename GuardrailIdentifierT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
79 bool m_guardrailIdentifierHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String