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