@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Transition extends Object implements Serializable, Cloneable, StructuredPojo
Program transition configuration.
| Constructor and Description |
|---|
Transition() |
| Modifier and Type | Method and Description |
|---|---|
Transition |
clone() |
boolean |
equals(Object obj) |
String |
getRelativePosition()
The position where this program will be inserted relative to the RelativeProgram.
|
String |
getRelativeProgram()
The name of the program that this program will be inserted next to, as defined by RelativePosition.
|
String |
getType()
When the program should be played.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRelativePosition(String relativePosition)
The position where this program will be inserted relative to the RelativeProgram.
|
void |
setRelativeProgram(String relativeProgram)
The name of the program that this program will be inserted next to, as defined by RelativePosition.
|
void |
setType(String type)
When the program should be played.
|
String |
toString()
Returns a string representation of this object.
|
Transition |
withRelativePosition(RelativePosition relativePosition)
The position where this program will be inserted relative to the RelativeProgram.
|
Transition |
withRelativePosition(String relativePosition)
The position where this program will be inserted relative to the RelativeProgram.
|
Transition |
withRelativeProgram(String relativeProgram)
The name of the program that this program will be inserted next to, as defined by RelativePosition.
|
Transition |
withType(String type)
When the program should be played.
|
public void setRelativePosition(String relativePosition)
The position where this program will be inserted relative to the RelativeProgram. Possible values are: AFTER_PROGRAM, and BEFORE_PROGRAM.
relativePosition - The position where this program will be inserted relative to the RelativeProgram. Possible values are:
AFTER_PROGRAM, and BEFORE_PROGRAM.RelativePositionpublic String getRelativePosition()
The position where this program will be inserted relative to the RelativeProgram. Possible values are: AFTER_PROGRAM, and BEFORE_PROGRAM.
RelativePositionpublic Transition withRelativePosition(String relativePosition)
The position where this program will be inserted relative to the RelativeProgram. Possible values are: AFTER_PROGRAM, and BEFORE_PROGRAM.
relativePosition - The position where this program will be inserted relative to the RelativeProgram. Possible values are:
AFTER_PROGRAM, and BEFORE_PROGRAM.RelativePositionpublic Transition withRelativePosition(RelativePosition relativePosition)
The position where this program will be inserted relative to the RelativeProgram. Possible values are: AFTER_PROGRAM, and BEFORE_PROGRAM.
relativePosition - The position where this program will be inserted relative to the RelativeProgram. Possible values are:
AFTER_PROGRAM, and BEFORE_PROGRAM.RelativePositionpublic void setRelativeProgram(String relativeProgram)
The name of the program that this program will be inserted next to, as defined by RelativePosition.
relativeProgram - The name of the program that this program will be inserted next to, as defined by RelativePosition.public String getRelativeProgram()
The name of the program that this program will be inserted next to, as defined by RelativePosition.
public Transition withRelativeProgram(String relativeProgram)
The name of the program that this program will be inserted next to, as defined by RelativePosition.
relativeProgram - The name of the program that this program will be inserted next to, as defined by RelativePosition.public void setType(String type)
When the program should be played. RELATIVE means that programs will be played back-to-back.
type - When the program should be played. RELATIVE means that programs will be played back-to-back.public String getType()
When the program should be played. RELATIVE means that programs will be played back-to-back.
public Transition withType(String type)
When the program should be played. RELATIVE means that programs will be played back-to-back.
type - When the program should be played. RELATIVE means that programs will be played back-to-back.public String toString()
toString in class ObjectObject.toString()public Transition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.