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