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