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