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