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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListPromptRoutersRequest>- Parameters:
listPromptRoutersRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-