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