@Generated(value="software.amazon.awssdk:codegen") public final class GetAssetPropertyValueRequest extends IoTSiteWiseRequest implements ToCopyableBuilder<GetAssetPropertyValueRequest.Builder,GetAssetPropertyValueRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAssetPropertyValueRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetId()
The ID of the asset.
|
static GetAssetPropertyValueRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
propertyAlias()
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). |
String |
propertyId()
The ID of the asset property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAssetPropertyValueRequest.Builder> |
serializableBuilderClass() |
GetAssetPropertyValueRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assetId()
The ID of the asset.
public final String propertyId()
The ID of the asset property.
public final String propertyAlias()
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial
data streams to asset properties in the IoT SiteWise User Guide.
/company/windfarm/3/turbine/7/temperature). For more information, see Mapping
industrial data streams to asset properties in the IoT SiteWise User Guide.public GetAssetPropertyValueRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAssetPropertyValueRequest.Builder,GetAssetPropertyValueRequest>toBuilder in class IoTSiteWiseRequestpublic static GetAssetPropertyValueRequest.Builder builder()
public static Class<? extends GetAssetPropertyValueRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.