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