@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetadataInfo extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing metadata information for a schema version.
Constructor and Description |
---|
MetadataInfo() |
Modifier and Type | Method and Description |
---|---|
MetadataInfo |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedTime()
The time at which the entry was created.
|
String |
getMetadataValue()
The metadata key’s corresponding value.
|
List<OtherMetadataValueListItem> |
getOtherMetadataValueList()
Other metadata belonging to the same metadata key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedTime(String createdTime)
The time at which the entry was created.
|
void |
setMetadataValue(String metadataValue)
The metadata key’s corresponding value.
|
void |
setOtherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
String |
toString()
Returns a string representation of this object.
|
MetadataInfo |
withCreatedTime(String createdTime)
The time at which the entry was created.
|
MetadataInfo |
withMetadataValue(String metadataValue)
The metadata key’s corresponding value.
|
MetadataInfo |
withOtherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
MetadataInfo |
withOtherMetadataValueList(OtherMetadataValueListItem... otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
public void setMetadataValue(String metadataValue)
The metadata key’s corresponding value.
metadataValue
- The metadata key’s corresponding value.public String getMetadataValue()
The metadata key’s corresponding value.
public MetadataInfo withMetadataValue(String metadataValue)
The metadata key’s corresponding value.
metadataValue
- The metadata key’s corresponding value.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 MetadataInfo withCreatedTime(String createdTime)
The time at which the entry was created.
createdTime
- The time at which the entry was created.public List<OtherMetadataValueListItem> getOtherMetadataValueList()
Other metadata belonging to the same metadata key.
public void setOtherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)
Other metadata belonging to the same metadata key.
otherMetadataValueList
- Other metadata belonging to the same metadata key.public MetadataInfo withOtherMetadataValueList(OtherMetadataValueListItem... otherMetadataValueList)
Other metadata belonging to the same metadata key.
NOTE: This method appends the values to the existing list (if any). Use
setOtherMetadataValueList(java.util.Collection)
or
withOtherMetadataValueList(java.util.Collection)
if you want to override the existing values.
otherMetadataValueList
- Other metadata belonging to the same metadata key.public MetadataInfo withOtherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)
Other metadata belonging to the same metadata key.
otherMetadataValueList
- Other metadata belonging to the same metadata key.public String toString()
toString
in class Object
Object.toString()
public MetadataInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.