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