@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) |
Boolean |
getAreAllPropertyValuesReturned()
This flag notes whether all values of a list or map type property are returned in the API response.
|
PropertyDefinitionResponse |
getDefinition()
An object that specifies information about a property.
|
DataValue |
getValue()
The value of the property.
|
int |
hashCode() |
Boolean |
isAreAllPropertyValuesReturned()
This flag notes whether all values of a list or map type property are returned in the API response.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAreAllPropertyValuesReturned(Boolean areAllPropertyValuesReturned)
This flag notes whether all values of a list or map type property are returned in the API response.
|
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 |
withAreAllPropertyValuesReturned(Boolean areAllPropertyValuesReturned)
This flag notes whether all values of a list or map type property are returned in the API response.
|
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 void setAreAllPropertyValuesReturned(Boolean areAllPropertyValuesReturned)
This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
areAllPropertyValuesReturned
- This flag notes whether all values of a list or map type property are returned in the API response. The
maximum number of values per property returned is 50.public Boolean getAreAllPropertyValuesReturned()
This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
public PropertyResponse withAreAllPropertyValuesReturned(Boolean areAllPropertyValuesReturned)
This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
areAllPropertyValuesReturned
- This flag notes whether all values of a list or map type property are returned in the API response. The
maximum number of values per property returned is 50.public Boolean isAreAllPropertyValuesReturned()
This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
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.