@Generated(value="software.amazon.awssdk:codegen") public final class AssetModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetModelSummary.Builder,AssetModelSummary>
Contains a summary of an asset model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetModelSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the asset
model, which has the following format.
|
static AssetModelSummary.Builder |
builder() |
Instant |
creationDate()
The date the asset model was created, in Unix epoch time.
|
String |
description()
The asset model description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the asset model (used with IoT SiteWise APIs).
|
Instant |
lastUpdateDate()
The date the asset model was last updated, in Unix epoch time.
|
String |
name()
The name of the asset model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetModelSummary.Builder> |
serializableBuilderClass() |
AssetModelStatus |
status()
The current status of the asset model.
|
AssetModelSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the asset model (used with IoT SiteWise APIs).
public final String arn()
The ARN of the asset model, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
public final String name()
The name of the asset model.
public final String description()
The asset model description.
public final Instant creationDate()
The date the asset model was created, in Unix epoch time.
public final Instant lastUpdateDate()
The date the asset model was last updated, in Unix epoch time.
public final AssetModelStatus status()
The current status of the asset model.
public AssetModelSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetModelSummary.Builder,AssetModelSummary>public static AssetModelSummary.Builder builder()
public static Class<? extends AssetModelSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.