Class ListFoundationModelsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrock.transform.ListFoundationModelsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListFoundationModelsRequest>
@Generated("software.amazon.awssdk:codegen")
public class ListFoundationModelsRequestMarshaller
extends Object
implements Marshaller<ListFoundationModelsRequest>
ListFoundationModelsRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionListFoundationModelsRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(ListFoundationModelsRequest listFoundationModelsRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
ListFoundationModelsRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListFoundationModelsRequest>
- Parameters:
listFoundationModelsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-