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