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