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