@Generated(value="software.amazon.awssdk:codegen") public final class MssPackage extends Object implements StructuredPojo, ToCopyableBuilder<MssPackage.Builder,MssPackage>
Modifier and Type | Class and Description |
---|---|
static interface |
MssPackage.Builder |
Modifier and Type | Method and Description |
---|---|
static MssPackage.Builder |
builder() |
MssEncryption |
encryption()
Returns the value of the Encryption property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
manifestWindowSeconds()
The time window (in seconds) contained in each manifest.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
segmentDurationSeconds()
The duration (in seconds) of each segment.
|
static Class<? extends MssPackage.Builder> |
serializableBuilderClass() |
StreamSelection |
streamSelection()
Returns the value of the StreamSelection property for this object.
|
MssPackage.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public MssEncryption encryption()
public Integer manifestWindowSeconds()
public Integer segmentDurationSeconds()
public StreamSelection streamSelection()
public MssPackage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MssPackage.Builder,MssPackage>
public static MssPackage.Builder builder()
public static Class<? extends MssPackage.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.