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