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