All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.medialive.model.transform.ScheduleActionSettingsMarshaller Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Elemental MediaLive module holds the client classes that are used for communicating with AWS Elemental MediaLive Service

There is a newer version: 1.12.772
Show newest version
/*
 * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.medialive.model.transform;

import javax.annotation.Generated;

import com.amazonaws.SdkClientException;
import com.amazonaws.services.medialive.model.*;

import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;

/**
 * ScheduleActionSettingsMarshaller
 */
@Generated("com.amazonaws:aws-java-sdk-code-generator")
@SdkInternalApi
public class ScheduleActionSettingsMarshaller {

    private static final MarshallingInfo HLSID3SEGMENTTAGGINGSETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("hlsId3SegmentTaggingSettings").build();
    private static final MarshallingInfo HLSTIMEDMETADATASETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("hlsTimedMetadataSettings").build();
    private static final MarshallingInfo INPUTPREPARESETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("inputPrepareSettings").build();
    private static final MarshallingInfo INPUTSWITCHSETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("inputSwitchSettings").build();
    private static final MarshallingInfo MOTIONGRAPHICSIMAGEACTIVATESETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("motionGraphicsImageActivateSettings").build();
    private static final MarshallingInfo MOTIONGRAPHICSIMAGEDEACTIVATESETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("motionGraphicsImageDeactivateSettings").build();
    private static final MarshallingInfo PAUSESTATESETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("pauseStateSettings").build();
    private static final MarshallingInfo SCTE35INPUTSETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("scte35InputSettings").build();
    private static final MarshallingInfo SCTE35RETURNTONETWORKSETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("scte35ReturnToNetworkSettings").build();
    private static final MarshallingInfo SCTE35SPLICEINSERTSETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("scte35SpliceInsertSettings").build();
    private static final MarshallingInfo SCTE35TIMESIGNALSETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("scte35TimeSignalSettings").build();
    private static final MarshallingInfo STATICIMAGEACTIVATESETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("staticImageActivateSettings").build();
    private static final MarshallingInfo STATICIMAGEDEACTIVATESETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("staticImageDeactivateSettings").build();

    private static final ScheduleActionSettingsMarshaller instance = new ScheduleActionSettingsMarshaller();

    public static ScheduleActionSettingsMarshaller getInstance() {
        return instance;
    }

    /**
     * Marshall the given parameter object.
     */
    public void marshall(ScheduleActionSettings scheduleActionSettings, ProtocolMarshaller protocolMarshaller) {

        if (scheduleActionSettings == null) {
            throw new SdkClientException("Invalid argument passed to marshall(...)");
        }

        try {
            protocolMarshaller.marshall(scheduleActionSettings.getHlsId3SegmentTaggingSettings(), HLSID3SEGMENTTAGGINGSETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getHlsTimedMetadataSettings(), HLSTIMEDMETADATASETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getInputPrepareSettings(), INPUTPREPARESETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getInputSwitchSettings(), INPUTSWITCHSETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getMotionGraphicsImageActivateSettings(), MOTIONGRAPHICSIMAGEACTIVATESETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getMotionGraphicsImageDeactivateSettings(), MOTIONGRAPHICSIMAGEDEACTIVATESETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getPauseStateSettings(), PAUSESTATESETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getScte35InputSettings(), SCTE35INPUTSETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getScte35ReturnToNetworkSettings(), SCTE35RETURNTONETWORKSETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getScte35SpliceInsertSettings(), SCTE35SPLICEINSERTSETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getScte35TimeSignalSettings(), SCTE35TIMESIGNALSETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getStaticImageActivateSettings(), STATICIMAGEACTIVATESETTINGS_BINDING);
            protocolMarshaller.marshall(scheduleActionSettings.getStaticImageDeactivateSettings(), STATICIMAGEDEACTIVATESETTINGS_BINDING);
        } catch (Exception e) {
            throw new SdkClientException("Unable to marshall request to JSON: " + e.getMessage(), e);
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy