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