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