@Generated(value="software.amazon.awssdk:codegen") public final class DecoderManifestSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DecoderManifestSummary.Builder,DecoderManifestSummary>
Information about a created decoder manifest. You can use the API operation to return this information about multiple decoder manifests.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DecoderManifestSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
static DecoderManifestSummary.Builder |
builder() |
Instant |
creationTime()
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
description()
A brief description of the decoder manifest.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
modelManifestArn()
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
String |
name()
The name of the decoder manifest.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DecoderManifestSummary.Builder> |
serializableBuilderClass() |
ManifestStatus |
status()
The state of the decoder manifest.
|
String |
statusAsString()
The state of the decoder manifest.
|
DecoderManifestSummary.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 decoder manifest.
public final String arn()
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
public final String modelManifestArn()
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
public final String description()
A brief description of the decoder manifest.
public final ManifestStatus status()
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If
the status is marked DRAFT, you can edit the decoder manifest.
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 decoder manifest can't be
edited. If the status is marked DRAFT, you can edit the decoder manifest.ManifestStatuspublic final String statusAsString()
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If
the status is marked DRAFT, you can edit the decoder manifest.
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 decoder manifest can't be
edited. If the status is marked DRAFT, you can edit the decoder manifest.ManifestStatuspublic final Instant creationTime()
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
public final Instant lastModificationTime()
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
public DecoderManifestSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DecoderManifestSummary.Builder,DecoderManifestSummary>public static DecoderManifestSummary.Builder builder()
public static Class<? extends DecoderManifestSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.