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