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