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