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