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