@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) |
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 ObjectObject.toString()public PropertyResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.