@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyValueEntry extends Object implements Serializable, Cloneable, StructuredPojo
An object that specifies information about time series property values. This object is used and consumed by the BatchPutPropertyValues action.
| Constructor and Description |
|---|
PropertyValueEntry() |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueEntry |
clone() |
boolean |
equals(Object obj) |
EntityPropertyReference |
getEntityPropertyReference()
An object that contains information about the entity that has the property.
|
List<PropertyValue> |
getPropertyValues()
A list of objects that specify time series property values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
|
void |
setPropertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
|
String |
toString()
Returns a string representation of this object.
|
PropertyValueEntry |
withEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
|
PropertyValueEntry |
withPropertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
|
PropertyValueEntry |
withPropertyValues(PropertyValue... propertyValues)
A list of objects that specify time series property values.
|
public void setEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
entityPropertyReference - An object that contains information about the entity that has the property.public EntityPropertyReference getEntityPropertyReference()
An object that contains information about the entity that has the property.
public PropertyValueEntry withEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
entityPropertyReference - An object that contains information about the entity that has the property.public List<PropertyValue> getPropertyValues()
A list of objects that specify time series property values.
public void setPropertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
propertyValues - A list of objects that specify time series property values.public PropertyValueEntry withPropertyValues(PropertyValue... propertyValues)
A list of objects that specify time series property values.
NOTE: This method appends the values to the existing list (if any). Use
setPropertyValues(java.util.Collection) or withPropertyValues(java.util.Collection) if you want
to override the existing values.
propertyValues - A list of objects that specify time series property values.public PropertyValueEntry withPropertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
propertyValues - A list of objects that specify time series property values.public String toString()
toString in class ObjectObject.toString()public PropertyValueEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.