@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 |
getAssetExternalId()
The external ID of the asset.
|
String |
getAssetId()
The ID of the asset, in UUID format.
|
String |
getAssetModelId()
The ID of the asset model, in UUID format.
|
String |
getAssetName()
The name of the asset.
|
Property |
getAssetProperty()
The asset property's definition, alias, and notification state.
|
CompositeModelProperty |
getCompositeModel()
The composite model that declares this asset property, if this asset property exists in a composite model.
|
int |
hashCode() |
void |
setAssetExternalId(String assetExternalId)
The external ID of the asset.
|
void |
setAssetId(String assetId)
The ID of the asset, in UUID format.
|
void |
setAssetModelId(String assetModelId)
The ID of the asset model, in UUID format.
|
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 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 |
withAssetExternalId(String assetExternalId)
The external ID of the asset.
|
DescribeAssetPropertyResult |
withAssetId(String assetId)
The ID of the asset, in UUID format.
|
DescribeAssetPropertyResult |
withAssetModelId(String assetModelId)
The ID of the asset model, in UUID format.
|
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 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, in UUID format.
assetId
- The ID of the asset, in UUID format.public String getAssetId()
The ID of the asset, in UUID format.
public DescribeAssetPropertyResult withAssetId(String assetId)
The ID of the asset, in UUID format.
assetId
- The ID of the asset, in UUID format.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, in UUID format.
assetModelId
- The ID of the asset model, in UUID format.public String getAssetModelId()
The ID of the asset model, in UUID format.
public DescribeAssetPropertyResult withAssetModelId(String assetModelId)
The ID of the asset model, in UUID format.
assetModelId
- The ID of the asset model, in UUID format.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 model that declares this asset property, if this asset property exists in a composite model.
compositeModel
- The composite model that declares this asset property, if this asset property exists in a composite model.public CompositeModelProperty getCompositeModel()
The composite model that declares this asset property, if this asset property exists in a composite model.
public DescribeAssetPropertyResult withCompositeModel(CompositeModelProperty compositeModel)
The composite model that declares this asset property, if this asset property exists in a composite model.
compositeModel
- The composite model that declares this asset property, if this asset property exists in a composite model.public void setAssetExternalId(String assetExternalId)
The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.
assetExternalId
- The external ID of the asset. For more information, see Using
external IDs in the IoT SiteWise User Guide.public String getAssetExternalId()
The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.
public DescribeAssetPropertyResult withAssetExternalId(String assetExternalId)
The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.
assetExternalId
- The external ID of the asset. For more information, see Using
external IDs in the IoT SiteWise User Guide.public String toString()
toString
in class Object
Object.toString()
public DescribeAssetPropertyResult clone()