Class ListPartnerAppsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.sagemaker.transform.ListPartnerAppsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListPartnerAppsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListPartnerAppsRequest>
- Parameters:
listPartnerAppsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-