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