Class UpdatePipelineNotificationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.elastictranscoder.transform.UpdatePipelineNotificationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdatePipelineNotificationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdatePipelineNotificationsRequestMarshaller
extends Object
implements Marshaller<UpdatePipelineNotificationsRequest>
UpdatePipelineNotificationsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdatePipelineNotificationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdatePipelineNotificationsRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdatePipelineNotificationsRequest>
- Parameters:
- updatePipelineNotificationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-