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