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