@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scte35TimeSignalScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Scte35TimeSignalScheduleActionSettings() |
Modifier and Type | Method and Description |
---|---|
Scte35TimeSignalScheduleActionSettings |
clone() |
boolean |
equals(Object obj) |
List<Scte35Descriptor> |
getScte35Descriptors()
The list of SCTE-35 descriptors accompanying the SCTE-35 time_signal.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScte35Descriptors(Collection<Scte35Descriptor> scte35Descriptors)
The list of SCTE-35 descriptors accompanying the SCTE-35 time_signal.
|
String |
toString()
Returns a string representation of this object.
|
Scte35TimeSignalScheduleActionSettings |
withScte35Descriptors(Collection<Scte35Descriptor> scte35Descriptors)
The list of SCTE-35 descriptors accompanying the SCTE-35 time_signal.
|
Scte35TimeSignalScheduleActionSettings |
withScte35Descriptors(Scte35Descriptor... scte35Descriptors)
The list of SCTE-35 descriptors accompanying the SCTE-35 time_signal.
|
public Scte35TimeSignalScheduleActionSettings()
public List<Scte35Descriptor> getScte35Descriptors()
public void setScte35Descriptors(Collection<Scte35Descriptor> scte35Descriptors)
scte35Descriptors
- The list of SCTE-35 descriptors accompanying the SCTE-35 time_signal.public Scte35TimeSignalScheduleActionSettings withScte35Descriptors(Scte35Descriptor... scte35Descriptors)
NOTE: This method appends the values to the existing list (if any). Use
setScte35Descriptors(java.util.Collection)
or withScte35Descriptors(java.util.Collection)
if
you want to override the existing values.
scte35Descriptors
- The list of SCTE-35 descriptors accompanying the SCTE-35 time_signal.public Scte35TimeSignalScheduleActionSettings withScte35Descriptors(Collection<Scte35Descriptor> scte35Descriptors)
scte35Descriptors
- The list of SCTE-35 descriptors accompanying the SCTE-35 time_signal.public String toString()
toString
in class Object
Object.toString()
public Scte35TimeSignalScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.