@Generated(value="software.amazon.awssdk:codegen") public final class ModelManifestSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelManifestSummary.Builder,ModelManifestSummary>
Information about a vehicle model (model manifest). You can use the API operation to return this information about multiple vehicle models.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelManifestSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the vehicle model.
|
static ModelManifestSummary.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 time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
name()
The name of the vehicle model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelManifestSummary.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.
|
ModelManifestSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, 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 signalCatalogArn()
The ARN of the signal catalog associated with the vehicle model.
public final String description()
A brief description of 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. If the
status is DRAFT, you can edit the vehicle model.
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.
If the status is DRAFT, you can edit the vehicle model.ManifestStatuspublic final String statusAsString()
The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the
status is DRAFT, you can edit the vehicle model.
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.
If the status is DRAFT, you can edit the vehicle model.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 time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
public ModelManifestSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelManifestSummary.Builder,ModelManifestSummary>public static ModelManifestSummary.Builder builder()
public static Class<? extends ModelManifestSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.