@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsTimedMetadataScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
HlsTimedMetadataScheduleActionSettings() |
Modifier and Type | Method and Description |
---|---|
HlsTimedMetadataScheduleActionSettings |
clone() |
boolean |
equals(Object obj) |
String |
getId3()
Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structure
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId3(String id3)
Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structure
|
String |
toString()
Returns a string representation of this object.
|
HlsTimedMetadataScheduleActionSettings |
withId3(String id3)
Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structure
|
public HlsTimedMetadataScheduleActionSettings()
public void setId3(String id3)
id3
- Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structurepublic String getId3()
public HlsTimedMetadataScheduleActionSettings withId3(String id3)
id3
- Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structurepublic String toString()
toString
in class Object
Object.toString()
public HlsTimedMetadataScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.