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