@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimedMetadataInsertion extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TimedMetadataInsertion() |
Modifier and Type | Method and Description |
---|---|
TimedMetadataInsertion |
clone() |
boolean |
equals(Object obj) |
List<Id3Insertion> |
getId3Insertions()
Id3Insertions contains the array of Id3Insertion instances.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId3Insertions(Collection<Id3Insertion> id3Insertions)
Id3Insertions contains the array of Id3Insertion instances.
|
String |
toString()
Returns a string representation of this object.
|
TimedMetadataInsertion |
withId3Insertions(Collection<Id3Insertion> id3Insertions)
Id3Insertions contains the array of Id3Insertion instances.
|
TimedMetadataInsertion |
withId3Insertions(Id3Insertion... id3Insertions)
Id3Insertions contains the array of Id3Insertion instances.
|
public List<Id3Insertion> getId3Insertions()
public void setId3Insertions(Collection<Id3Insertion> id3Insertions)
id3Insertions
- Id3Insertions contains the array of Id3Insertion instances.public TimedMetadataInsertion withId3Insertions(Id3Insertion... id3Insertions)
NOTE: This method appends the values to the existing list (if any). Use
setId3Insertions(java.util.Collection)
or withId3Insertions(java.util.Collection)
if you want
to override the existing values.
id3Insertions
- Id3Insertions contains the array of Id3Insertion instances.public TimedMetadataInsertion withId3Insertions(Collection<Id3Insertion> id3Insertions)
id3Insertions
- Id3Insertions contains the array of Id3Insertion instances.public String toString()
toString
in class Object
Object.toString()
public TimedMetadataInsertion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.