@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.
ScteFilterpublic 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.ScteFilterpublic 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.ScteFilterpublic 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.ScteFilterpublic 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.ScteFilterpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.