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