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