@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scte extends Object implements Serializable, Cloneable, StructuredPojo
The SCTE configuration.
Constructor and Description |
---|
Scte() |
Modifier and Type | Method and Description |
---|---|
Scte |
clone() |
boolean |
equals(Object obj) |
List<String> |
getScteFilter()
The SCTE-35 message types that you want to be treated as ad markers in the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScteFilter(Collection<String> scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
|
String |
toString()
Returns a string representation of this object.
|
Scte |
withScteFilter(Collection<String> scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
|
Scte |
withScteFilter(ScteFilter... scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
|
Scte |
withScteFilter(String... scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
|
public List<String> getScteFilter()
The SCTE-35 message types that you want to be treated as ad markers in the output.
ScteFilter
public void setScteFilter(Collection<String> scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
scteFilter
- The SCTE-35 message types that you want to be treated as ad markers in the output.ScteFilter
public Scte withScteFilter(String... scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
NOTE: This method appends the values to the existing list (if any). Use
setScteFilter(java.util.Collection)
or withScteFilter(java.util.Collection)
if you want to
override the existing values.
scteFilter
- The SCTE-35 message types that you want to be treated as ad markers in the output.ScteFilter
public Scte withScteFilter(Collection<String> scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
scteFilter
- The SCTE-35 message types that you want to be treated as ad markers in the output.ScteFilter
public Scte withScteFilter(ScteFilter... scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
scteFilter
- The SCTE-35 message types that you want to be treated as ad markers in the output.ScteFilter
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.