Class UpdateLaunchConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.drs.transform.UpdateLaunchConfigurationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateLaunchConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateLaunchConfigurationRequestMarshaller
extends Object
implements Marshaller<UpdateLaunchConfigurationRequest>
UpdateLaunchConfigurationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateLaunchConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateLaunchConfigurationRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateLaunchConfigurationRequest>
- Parameters:
- updateLaunchConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-