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