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