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