@Generated(value="software.amazon.awssdk:codegen") public final class GetModelManifestResponse extends IoTFleetWiseResponse implements ToCopyableBuilder<GetModelManifestResponse.Builder,GetModelManifestResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetModelManifestResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the vehicle model.
|
static GetModelManifestResponse.Builder |
builder() |
Instant |
creationTime()
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
description()
A brief description of the vehicle model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
The last time the vehicle model was modified.
|
String |
name()
The name of the vehicle model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetModelManifestResponse.Builder> |
serializableBuilderClass() |
String |
signalCatalogArn()
The ARN of the signal catalog associated with the vehicle model.
|
ManifestStatus |
status()
The state of the vehicle model.
|
String |
statusAsString()
The state of the vehicle model.
|
GetModelManifestResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the vehicle model.
public final String arn()
The Amazon Resource Name (ARN) of the vehicle model.
public final String description()
A brief description of the vehicle model.
public final String signalCatalogArn()
The ARN of the signal catalog associated with the vehicle model.
public final ManifestStatus status()
The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. You can
edit the vehicle model if the status is marked DRAFT.
If the service returns an enum value that is not available in the current SDK version, status will
return ManifestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ACTIVE, the vehicle model can't be edited.
You can edit the vehicle model if the status is marked DRAFT.ManifestStatuspublic final String statusAsString()
The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. You can
edit the vehicle model if the status is marked DRAFT.
If the service returns an enum value that is not available in the current SDK version, status will
return ManifestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ACTIVE, the vehicle model can't be edited.
You can edit the vehicle model if the status is marked DRAFT.ManifestStatuspublic final Instant creationTime()
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
public final Instant lastModificationTime()
The last time the vehicle model was modified.
public GetModelManifestResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetModelManifestResponse.Builder,GetModelManifestResponse>toBuilder in class AwsResponsepublic static GetModelManifestResponse.Builder builder()
public static Class<? extends GetModelManifestResponse.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 © 2022. All rights reserved.