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