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