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