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