@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAssetPropertyResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<DescribeAssetPropertyResponse.Builder,DescribeAssetPropertyResponse>
| Type | Property and Description |
|---|---|
Property |
asset
The asset property's definition, alias, and notification state.
|
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAssetPropertyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetId()
The ID of the asset.
|
String |
assetModelId()
The ID of the asset model.
|
String |
assetName()
The name of the asset.
|
Property |
assetProperty()
The asset property's definition, alias, and notification state.
|
static DescribeAssetPropertyResponse.Builder |
builder() |
CompositeModelProperty |
compositeModel()
The composite asset model that declares this asset property, if this asset property exists in a composite model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAssetPropertyResponse.Builder> |
serializableBuilderClass() |
DescribeAssetPropertyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String assetId()
The ID of the asset.
public final String assetName()
The name of the asset.
public final String assetModelId()
The ID of the asset model.
public final 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.
public final CompositeModelProperty compositeModel()
The composite asset model that declares this asset property, if this asset property exists in a composite model.
public DescribeAssetPropertyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAssetPropertyResponse.Builder,DescribeAssetPropertyResponse>toBuilder in class AwsResponsepublic static DescribeAssetPropertyResponse.Builder builder()
public static Class<? extends DescribeAssetPropertyResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.