@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyResponse extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about a property response.
Constructor and Description |
---|
PropertyResponse() |
Modifier and Type | Method and Description |
---|---|
PropertyResponse |
clone() |
boolean |
equals(Object obj) |
PropertyDefinitionResponse |
getDefinition()
An object that specifies information about a property.
|
DataValue |
getValue()
The value of the property.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefinition(PropertyDefinitionResponse definition)
An object that specifies information about a property.
|
void |
setValue(DataValue value)
The value of the property.
|
String |
toString()
Returns a string representation of this object.
|
PropertyResponse |
withDefinition(PropertyDefinitionResponse definition)
An object that specifies information about a property.
|
PropertyResponse |
withValue(DataValue value)
The value of the property.
|
public void setDefinition(PropertyDefinitionResponse definition)
An object that specifies information about a property.
definition
- An object that specifies information about a property.public PropertyDefinitionResponse getDefinition()
An object that specifies information about a property.
public PropertyResponse withDefinition(PropertyDefinitionResponse definition)
An object that specifies information about a property.
definition
- An object that specifies information about a property.public void setValue(DataValue value)
The value of the property.
value
- The value of the property.public DataValue getValue()
The value of the property.
public PropertyResponse withValue(DataValue value)
The value of the property.
value
- The value of the property.public String toString()
toString
in class Object
Object.toString()
public PropertyResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.