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