@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OtherMetadataValueListItem extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing other metadata for a schema version belonging to the same metadata key.
Constructor and Description |
---|
OtherMetadataValueListItem() |
Modifier and Type | Method and Description |
---|---|
OtherMetadataValueListItem |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedTime()
The time at which the entry was created.
|
String |
getMetadataValue()
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTime(String createdTime)
The time at which the entry was created.
|
void |
setMetadataValue(String metadataValue)
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
|
String |
toString()
Returns a string representation of this object.
|
OtherMetadataValueListItem |
withCreatedTime(String createdTime)
The time at which the entry was created.
|
OtherMetadataValueListItem |
withMetadataValue(String metadataValue)
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
|
public void setMetadataValue(String metadataValue)
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
metadataValue
- The metadata key’s corresponding value for the other metadata belonging to the same metadata key.public String getMetadataValue()
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
public OtherMetadataValueListItem withMetadataValue(String metadataValue)
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
metadataValue
- The metadata key’s corresponding value for the other metadata belonging to the same metadata key.public void setCreatedTime(String createdTime)
The time at which the entry was created.
createdTime
- The time at which the entry was created.public String getCreatedTime()
The time at which the entry was created.
public OtherMetadataValueListItem withCreatedTime(String createdTime)
The time at which the entry was created.
createdTime
- The time at which the entry was created.public String toString()
toString
in class Object
Object.toString()
public OtherMetadataValueListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.