@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPropertyValueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPropertyValueResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueResult |
addPropertyValuesEntry(String key,
PropertyLatestValue value)
Add a single PropertyValues entry
|
GetPropertyValueResult |
clearPropertyValuesEntries()
Removes all the entries added into PropertyValues.
|
GetPropertyValueResult |
clone() |
boolean |
equals(Object obj) |
Map<String,PropertyLatestValue> |
getPropertyValues()
An object that maps strings to the properties and latest property values in the response.
|
int |
hashCode() |
void |
setPropertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response.
|
String |
toString()
Returns a string representation of this object.
|
GetPropertyValueResult |
withPropertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,PropertyLatestValue> getPropertyValues()
An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.
public void setPropertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.
propertyValues - An object that maps strings to the properties and latest property values in the response. Each string in
the mapping must be unique to this object.public GetPropertyValueResult withPropertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.
propertyValues - An object that maps strings to the properties and latest property values in the response. Each string in
the mapping must be unique to this object.public GetPropertyValueResult addPropertyValuesEntry(String key, PropertyLatestValue value)
public GetPropertyValueResult clearPropertyValuesEntries()
public String toString()
toString in class ObjectObject.toString()public GetPropertyValueResult clone()
Copyright © 2022. All rights reserved.