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