Class StartAsyncInvokeRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockruntime.transform.StartAsyncInvokeRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartAsyncInvokeRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartAsyncInvokeRequest>- Parameters:
startAsyncInvokeRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-