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