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