Class GetRepositorySyncStatusRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.codeconnections.transform.GetRepositorySyncStatusRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetRepositorySyncStatusRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetRepositorySyncStatusRequestMarshaller
extends Object
implements Marshaller<GetRepositorySyncStatusRequest>
GetRepositorySyncStatusRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetRepositorySyncStatusRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetRepositorySyncStatusRequest getRepositorySyncStatusRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetRepositorySyncStatusRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetRepositorySyncStatusRequest>
- Parameters:
- getRepositorySyncStatusRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-