@Generated(value="software.amazon.awssdk:codegen") public final class GetDecoderManifestResponse extends IoTFleetWiseResponse implements ToCopyableBuilder<GetDecoderManifestResponse.Builder,GetDecoderManifestResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDecoderManifestResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the decoder manifest.
|
static GetDecoderManifestResponse.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 GetDecoderManifestResponse.Builder> |
serializableBuilderClass() |
ManifestStatus |
status()
The state of the decoder manifest.
|
String |
statusAsString()
The state of the decoder manifest.
|
GetDecoderManifestResponse.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 decoder manifest.
public final String arn()
The Amazon Resource Name (ARN) of the decoder manifest.
public final String description()
A brief description of the decoder manifest.
public final String modelManifestArn()
The ARN of a vehicle model (model manifest) associated with 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 GetDecoderManifestResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDecoderManifestResponse.Builder,GetDecoderManifestResponse>toBuilder in class AwsResponsepublic static GetDecoderManifestResponse.Builder builder()
public static Class<? extends GetDecoderManifestResponse.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.