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