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/ModelCustomization.h>
11#include <aws/bedrock/model/ModelModality.h>
12#include <aws/bedrock/model/InferenceType.h>
50 template<
typename ByProv
iderT = Aws::String>
51 void SetByProvider(ByProviderT&& value) { m_byProviderHasBeenSet =
true; m_byProvider = std::forward<ByProviderT>(value); }
52 template<
typename ByProv
iderT = Aws::String>
98 bool m_byProviderHasBeenSet =
false;
101 bool m_byCustomizationTypeHasBeenSet =
false;
104 bool m_byOutputModalityHasBeenSet =
false;
107 bool m_byInferenceTypeHasBeenSet =
false;
ListFoundationModelsRequest & WithByCustomizationType(ModelCustomization value)
void SetByOutputModality(ModelModality value)
AWS_BEDROCK_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
ModelModality GetByOutputModality() const
ListFoundationModelsRequest & WithByProvider(ByProviderT &&value)
const Aws::String & GetByProvider() const
bool ByOutputModalityHasBeenSet() const
void SetByInferenceType(InferenceType value)
InferenceType GetByInferenceType() const
ListFoundationModelsRequest & WithByInferenceType(InferenceType value)
void SetByCustomizationType(ModelCustomization value)
ModelCustomization GetByCustomizationType() const
AWS_BEDROCK_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_BEDROCK_API ListFoundationModelsRequest()=default
void SetByProvider(ByProviderT &&value)
ListFoundationModelsRequest & WithByOutputModality(ModelModality value)
bool ByProviderHasBeenSet() const
bool ByCustomizationTypeHasBeenSet() const
bool ByInferenceTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String