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