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