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