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