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