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