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