@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
OutputSettings() |
| Modifier and Type | Method and Description |
|---|---|
OutputSettings |
clone() |
boolean |
equals(Object obj) |
HlsSettings |
getHlsSettings()
Settings for HLS output groups
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setHlsSettings(HlsSettings hlsSettings)
Settings for HLS output groups
|
String |
toString()
Returns a string representation of this object.
|
OutputSettings |
withHlsSettings(HlsSettings hlsSettings)
Settings for HLS output groups
|
public void setHlsSettings(HlsSettings hlsSettings)
hlsSettings - Settings for HLS output groupspublic HlsSettings getHlsSettings()
public OutputSettings withHlsSettings(HlsSettings hlsSettings)
hlsSettings - Settings for HLS output groupspublic String toString()
toString in class ObjectObject.toString()public OutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.