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