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