@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scte35InputScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
Scte35InputScheduleActionSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
Scte35InputScheduleActionSettings | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getInputAttachmentNameReference()
In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. 
 | 
String | 
getMode()
Whether the SCTE-35 input should be the active input or a fixed input. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setInputAttachmentNameReference(String inputAttachmentNameReference)
In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. 
 | 
void | 
setMode(String mode)
Whether the SCTE-35 input should be the active input or a fixed input. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
Scte35InputScheduleActionSettings | 
withInputAttachmentNameReference(String inputAttachmentNameReference)
In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. 
 | 
Scte35InputScheduleActionSettings | 
withMode(Scte35InputMode mode)
Whether the SCTE-35 input should be the active input or a fixed input. 
 | 
Scte35InputScheduleActionSettings | 
withMode(String mode)
Whether the SCTE-35 input should be the active input or a fixed input. 
 | 
public void setInputAttachmentNameReference(String inputAttachmentNameReference)
inputAttachmentNameReference - In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't
        enter the ID of the input.)"public String getInputAttachmentNameReference()
public Scte35InputScheduleActionSettings withInputAttachmentNameReference(String inputAttachmentNameReference)
inputAttachmentNameReference - In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't
        enter the ID of the input.)"public void setMode(String mode)
mode - Whether the SCTE-35 input should be the active input or a fixed input.Scte35InputModepublic String getMode()
Scte35InputModepublic Scte35InputScheduleActionSettings withMode(String mode)
mode - Whether the SCTE-35 input should be the active input or a fixed input.Scte35InputModepublic Scte35InputScheduleActionSettings withMode(Scte35InputMode mode)
mode - Whether the SCTE-35 input should be the active input or a fixed input.Scte35InputModepublic String toString()
toString in class ObjectObject.toString()public Scte35InputScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.