@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoSelectorSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
VideoSelectorSettings() |
| Modifier and Type | Method and Description |
|---|---|
VideoSelectorSettings |
clone() |
boolean |
equals(Object obj) |
VideoSelectorPid |
getVideoSelectorPid() |
VideoSelectorProgramId |
getVideoSelectorProgramId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVideoSelectorPid(VideoSelectorPid videoSelectorPid) |
void |
setVideoSelectorProgramId(VideoSelectorProgramId videoSelectorProgramId) |
String |
toString()
Returns a string representation of this object.
|
VideoSelectorSettings |
withVideoSelectorPid(VideoSelectorPid videoSelectorPid) |
VideoSelectorSettings |
withVideoSelectorProgramId(VideoSelectorProgramId videoSelectorProgramId) |
public void setVideoSelectorPid(VideoSelectorPid videoSelectorPid)
videoSelectorPid - public VideoSelectorPid getVideoSelectorPid()
public VideoSelectorSettings withVideoSelectorPid(VideoSelectorPid videoSelectorPid)
videoSelectorPid - public void setVideoSelectorProgramId(VideoSelectorProgramId videoSelectorProgramId)
videoSelectorProgramId - public VideoSelectorProgramId getVideoSelectorProgramId()
public VideoSelectorSettings withVideoSelectorProgramId(VideoSelectorProgramId videoSelectorProgramId)
videoSelectorProgramId - public String toString()
toString in class ObjectObject.toString()public VideoSelectorSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.