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