@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MssPackage extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MssPackage() |
Modifier and Type | Method and Description |
---|---|
MssPackage |
clone() |
boolean |
equals(Object obj) |
MssEncryption |
getEncryption() |
Integer |
getManifestWindowSeconds()
The time window (in seconds) contained in each manifest.
|
Integer |
getSegmentDurationSeconds()
The duration (in seconds) of each segment.
|
StreamSelection |
getStreamSelection() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEncryption(MssEncryption encryption) |
void |
setManifestWindowSeconds(Integer manifestWindowSeconds)
The time window (in seconds) contained in each manifest.
|
void |
setSegmentDurationSeconds(Integer segmentDurationSeconds)
The duration (in seconds) of each segment.
|
void |
setStreamSelection(StreamSelection streamSelection) |
String |
toString()
Returns a string representation of this object.
|
MssPackage |
withEncryption(MssEncryption encryption) |
MssPackage |
withManifestWindowSeconds(Integer manifestWindowSeconds)
The time window (in seconds) contained in each manifest.
|
MssPackage |
withSegmentDurationSeconds(Integer segmentDurationSeconds)
The duration (in seconds) of each segment.
|
MssPackage |
withStreamSelection(StreamSelection streamSelection) |
public void setEncryption(MssEncryption encryption)
encryption
- public MssEncryption getEncryption()
public MssPackage withEncryption(MssEncryption encryption)
encryption
- public void setManifestWindowSeconds(Integer manifestWindowSeconds)
manifestWindowSeconds
- The time window (in seconds) contained in each manifest.public Integer getManifestWindowSeconds()
public MssPackage withManifestWindowSeconds(Integer manifestWindowSeconds)
manifestWindowSeconds
- The time window (in seconds) contained in each manifest.public void setSegmentDurationSeconds(Integer segmentDurationSeconds)
segmentDurationSeconds
- The duration (in seconds) of each segment.public Integer getSegmentDurationSeconds()
public MssPackage withSegmentDurationSeconds(Integer segmentDurationSeconds)
segmentDurationSeconds
- The duration (in seconds) of each segment.public void setStreamSelection(StreamSelection streamSelection)
streamSelection
- public StreamSelection getStreamSelection()
public MssPackage withStreamSelection(StreamSelection streamSelection)
streamSelection
- public String toString()
toString
in class Object
Object.toString()
public MssPackage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.