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