@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyLatestValue extends Object implements Serializable, Cloneable, StructuredPojo
The latest value of the property.
Constructor and Description |
---|
PropertyLatestValue() |
Modifier and Type | Method and Description |
---|---|
PropertyLatestValue |
clone() |
boolean |
equals(Object obj) |
EntityPropertyReference |
getPropertyReference()
An object that specifies information about a property.>
|
DataValue |
getPropertyValue()
The value of the property.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPropertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.>
|
void |
setPropertyValue(DataValue propertyValue)
The value of the property.
|
String |
toString()
Returns a string representation of this object.
|
PropertyLatestValue |
withPropertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.>
|
PropertyLatestValue |
withPropertyValue(DataValue propertyValue)
The value of the property.
|
public void setPropertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.>
propertyReference
- An object that specifies information about a property.>public EntityPropertyReference getPropertyReference()
An object that specifies information about a property.>
public PropertyLatestValue withPropertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.>
propertyReference
- An object that specifies information about a property.>public void setPropertyValue(DataValue propertyValue)
The value of the property.
propertyValue
- The value of the property.public DataValue getPropertyValue()
The value of the property.
public PropertyLatestValue withPropertyValue(DataValue propertyValue)
The value of the property.
propertyValue
- The value of the property.public String toString()
toString
in class Object
Object.toString()
public PropertyLatestValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.