Class DisassociateOpportunityRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.partnercentralselling.transform.DisassociateOpportunityRequestMarshaller
- All Implemented Interfaces:
Marshaller<DisassociateOpportunityRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DisassociateOpportunityRequest>
- Parameters:
disassociateOpportunityRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-