Class StartCanaryDryRunRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.synthetics.transform.StartCanaryDryRunRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartCanaryDryRunRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartCanaryDryRunRequest>- Parameters:
startCanaryDryRunRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-