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