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