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