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