@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.
|
CompositeModelProperty |
getCompositeModel()
The composite asset model that declares this asset property, if this asset property exists in a composite model.
|
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.
|
void |
setCompositeModel(CompositeModelProperty compositeModel)
The composite asset model that declares this asset property, if this asset property exists in a composite model.
|
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.
|
DescribeAssetPropertyResult |
withCompositeModel(CompositeModelProperty compositeModel)
The composite asset model that declares this asset property, if this asset property exists in a composite model.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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.
This response includes this object for normal asset properties. If you describe an asset property in a composite
model, this response includes the asset property information in compositeModel
.
assetProperty
- The asset property's definition, alias, and notification state.
This response includes this object for normal asset properties. If you describe an asset property in a
composite model, this response includes the asset property information in compositeModel
.
public Property getAssetProperty()
The asset property's definition, alias, and notification state.
This response includes this object for normal asset properties. If you describe an asset property in a composite
model, this response includes the asset property information in compositeModel
.
This response includes this object for normal asset properties. If you describe an asset property in a
composite model, this response includes the asset property information in compositeModel
.
public DescribeAssetPropertyResult withAssetProperty(Property assetProperty)
The asset property's definition, alias, and notification state.
This response includes this object for normal asset properties. If you describe an asset property in a composite
model, this response includes the asset property information in compositeModel
.
assetProperty
- The asset property's definition, alias, and notification state.
This response includes this object for normal asset properties. If you describe an asset property in a
composite model, this response includes the asset property information in compositeModel
.
public void setCompositeModel(CompositeModelProperty compositeModel)
The composite asset model that declares this asset property, if this asset property exists in a composite model.
compositeModel
- The composite asset model that declares this asset property, if this asset property exists in a composite
model.public CompositeModelProperty getCompositeModel()
The composite asset model that declares this asset property, if this asset property exists in a composite model.
public DescribeAssetPropertyResult withCompositeModel(CompositeModelProperty compositeModel)
The composite asset model that declares this asset property, if this asset property exists in a composite model.
compositeModel
- The composite asset model that declares this asset property, if this asset property exists in a composite
model.public String toString()
toString
in class Object
Object.toString()
public DescribeAssetPropertyResult clone()