Class CreatePartnerAppRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.sagemaker.transform.CreatePartnerAppRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreatePartnerAppRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreatePartnerAppRequest>- Parameters:
createPartnerAppRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-