Class CreatePartnershipRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.b2bi.transform.CreatePartnershipRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreatePartnershipRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreatePartnershipRequestMarshaller
extends Object
implements Marshaller<CreatePartnershipRequest>
CreatePartnershipRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreatePartnershipRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreatePartnershipRequest createPartnershipRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreatePartnershipRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreatePartnershipRequest>
- Parameters:
- createPartnershipRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-