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