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