Class DescribeRuntimeVersionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.synthetics.transform.DescribeRuntimeVersionsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeRuntimeVersionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeRuntimeVersionsRequestMarshaller
extends Object
implements Marshaller<DescribeRuntimeVersionsRequest>
DescribeRuntimeVersionsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDescribeRuntimeVersionsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeRuntimeVersionsRequest describeRuntimeVersionsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeRuntimeVersionsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeRuntimeVersionsRequest>
- Parameters:
- describeRuntimeVersionsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-