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