@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Id3Insertion extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Id3Insertion() |
Modifier and Type | Method and Description |
---|---|
Id3Insertion |
clone() |
boolean |
equals(Object obj) |
String |
getId3()
Use ID3 tag (Id3) to provide a tag value in base64-encode format.
|
String |
getTimecode()
Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId3(String id3)
Use ID3 tag (Id3) to provide a tag value in base64-encode format.
|
void |
setTimecode(String timecode)
Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.
|
String |
toString()
Returns a string representation of this object.
|
Id3Insertion |
withId3(String id3)
Use ID3 tag (Id3) to provide a tag value in base64-encode format.
|
Id3Insertion |
withTimecode(String timecode)
Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.
|
public void setId3(String id3)
id3
- Use ID3 tag (Id3) to provide a tag value in base64-encode format.public String getId3()
public Id3Insertion withId3(String id3)
id3
- Use ID3 tag (Id3) to provide a tag value in base64-encode format.public void setTimecode(String timecode)
timecode
- Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.public String getTimecode()
public Id3Insertion withTimecode(String timecode)
timecode
- Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.public String toString()
toString
in class Object
Object.toString()
public Id3Insertion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.