@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SlateSource extends Object implements Serializable, Cloneable, StructuredPojo
Slate VOD source configuration.
Constructor and Description |
---|
SlateSource() |
Modifier and Type | Method and Description |
---|---|
SlateSource |
clone() |
boolean |
equals(Object obj) |
String |
getSourceLocationName()
The name of the source location where the slate VOD source is stored.
|
String |
getVodSourceName()
The slate VOD source name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSourceLocationName(String sourceLocationName)
The name of the source location where the slate VOD source is stored.
|
void |
setVodSourceName(String vodSourceName)
The slate VOD source name.
|
String |
toString()
Returns a string representation of this object.
|
SlateSource |
withSourceLocationName(String sourceLocationName)
The name of the source location where the slate VOD source is stored.
|
SlateSource |
withVodSourceName(String vodSourceName)
The slate VOD source name.
|
public void setSourceLocationName(String sourceLocationName)
The name of the source location where the slate VOD source is stored.
sourceLocationName
- The name of the source location where the slate VOD source is stored.public String getSourceLocationName()
The name of the source location where the slate VOD source is stored.
public SlateSource withSourceLocationName(String sourceLocationName)
The name of the source location where the slate VOD source is stored.
sourceLocationName
- The name of the source location where the slate VOD source is stored.public void setVodSourceName(String vodSourceName)
The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.
vodSourceName
- The slate VOD source name. The VOD source must already exist in a source location before it can be used
for slate.public String getVodSourceName()
The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.
public SlateSource withVodSourceName(String vodSourceName)
The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.
vodSourceName
- The slate VOD source name. The VOD source must already exist in a source location before it can be used
for slate.public String toString()
toString
in class Object
Object.toString()
public SlateSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.