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