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