@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssetPropertyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAssetPropertyResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetPropertyResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the asset.
|
String |
getAssetModelId()
The ID of the asset model.
|
String |
getAssetName()
The name of the asset.
|
Property |
getAssetProperty()
The asset property's definition, alias, and notification state.
|
int |
hashCode() |
void |
setAssetId(String assetId)
The ID of the asset.
|
void |
setAssetModelId(String assetModelId)
The ID of the asset model.
|
void |
setAssetName(String assetName)
The name of the asset.
|
void |
setAssetProperty(Property assetProperty)
The asset property's definition, alias, and notification state.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssetPropertyResult |
withAssetId(String assetId)
The ID of the asset.
|
DescribeAssetPropertyResult |
withAssetModelId(String assetModelId)
The ID of the asset model.
|
DescribeAssetPropertyResult |
withAssetName(String assetName)
The name of the asset.
|
DescribeAssetPropertyResult |
withAssetProperty(Property assetProperty)
The asset property's definition, alias, and notification state.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.public String getAssetId()
The ID of the asset.
public DescribeAssetPropertyResult withAssetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.public void setAssetName(String assetName)
The name of the asset.
assetName - The name of the asset.public String getAssetName()
The name of the asset.
public DescribeAssetPropertyResult withAssetName(String assetName)
The name of the asset.
assetName - The name of the asset.public void setAssetModelId(String assetModelId)
The ID of the asset model.
assetModelId - The ID of the asset model.public String getAssetModelId()
The ID of the asset model.
public DescribeAssetPropertyResult withAssetModelId(String assetModelId)
The ID of the asset model.
assetModelId - The ID of the asset model.public void setAssetProperty(Property assetProperty)
The asset property's definition, alias, and notification state.
assetProperty - The asset property's definition, alias, and notification state.public Property getAssetProperty()
The asset property's definition, alias, and notification state.
public DescribeAssetPropertyResult withAssetProperty(Property assetProperty)
The asset property's definition, alias, and notification state.
assetProperty - The asset property's definition, alias, and notification state.public String toString()
toString in class ObjectObject.toString()public DescribeAssetPropertyResult clone()
Copyright © 2020. All rights reserved.