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