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