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