Class CreateActivityRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.sfn.transform.CreateActivityRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateActivityRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateActivityRequestMarshaller extends Object implements Marshaller<CreateActivityRequest>
CreateActivityRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description CreateActivityRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(CreateActivityRequest createActivityRequest)
-
-
-
Constructor Detail
-
CreateActivityRequestMarshaller
public CreateActivityRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateActivityRequest createActivityRequest)
- Specified by:
marshallin interfaceMarshaller<CreateActivityRequest>
-
-