Class DescribeJobDefinitionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.batch.transform.DescribeJobDefinitionsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeJobDefinitionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeJobDefinitionsRequestMarshaller
extends Object
implements Marshaller<DescribeJobDefinitionsRequest>
DescribeJobDefinitionsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDescribeJobDefinitionsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeJobDefinitionsRequest describeJobDefinitionsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeJobDefinitionsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeJobDefinitionsRequest>
- Parameters:
- describeJobDefinitionsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-