@Generated(value="software.amazon.awssdk:codegen") public final class CreateAssetModelResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<CreateAssetModelResponse.Builder,CreateAssetModelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAssetModelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetModelArn()
The ARN of the asset
model, which has the following format.
|
String |
assetModelId()
The ID of the asset model.
|
AssetModelStatus |
assetModelStatus()
The status of the asset model, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
static CreateAssetModelResponse.Builder |
builder() |
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 CreateAssetModelResponse.Builder> |
serializableBuilderClass() |
CreateAssetModelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assetModelId()
The ID of the asset model. You can use this ID when you call other IoT SiteWise APIs.
public final String assetModelArn()
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 AssetModelStatus assetModelStatus()
The status of the asset model, which contains a state (CREATING after successfully calling this
operation) and any error message.
CREATING after successfully calling
this operation) and any error message.public CreateAssetModelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAssetModelResponse.Builder,CreateAssetModelResponse>toBuilder in class AwsResponsepublic static CreateAssetModelResponse.Builder builder()
public static Class<? extends CreateAssetModelResponse.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.