@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetPropertyValueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssetPropertyValueResult() |
Modifier and Type | Method and Description |
---|---|
GetAssetPropertyValueResult |
clone() |
boolean |
equals(Object obj) |
AssetPropertyValue |
getPropertyValue()
The current asset property value.
|
int |
hashCode() |
void |
setPropertyValue(AssetPropertyValue propertyValue)
The current asset property value.
|
String |
toString()
Returns a string representation of this object.
|
GetAssetPropertyValueResult |
withPropertyValue(AssetPropertyValue propertyValue)
The current asset property value.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPropertyValue(AssetPropertyValue propertyValue)
The current asset property value.
propertyValue
- The current asset property value.public AssetPropertyValue getPropertyValue()
The current asset property value.
public GetAssetPropertyValueResult withPropertyValue(AssetPropertyValue propertyValue)
The current asset property value.
propertyValue
- The current asset property value.public String toString()
toString
in class Object
Object.toString()
public GetAssetPropertyValueResult clone()