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