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