7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock/model/InferenceProfileType.h>
51 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
64 template<
typename NextTokenT = Aws::String>
65 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
66 template<
typename NextTokenT = Aws::String>
88 bool m_maxResultsHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
94 bool m_typeEqualsHasBeenSet =
false;
ListInferenceProfilesRequest & WithNextToken(NextTokenT &&value)
ListInferenceProfilesRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
AWS_BEDROCK_API Aws::String SerializePayload() const override
void SetTypeEquals(InferenceProfileType value)
InferenceProfileType GetTypeEquals() const
ListInferenceProfilesRequest & WithTypeEquals(InferenceProfileType value)
AWS_BEDROCK_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
AWS_BEDROCK_API ListInferenceProfilesRequest()=default
bool TypeEqualsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String