@Generated(value="software.amazon.awssdk:codegen") public final class VehicleSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VehicleSummary.Builder,VehicleSummary>
Information about a vehicle.
To return this information about vehicles in your account, you can use the API operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VehicleSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the vehicle.
|
static VehicleSummary.Builder |
builder() |
Instant |
creationTime()
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
decoderManifestArn()
The ARN of a decoder manifest associated with the vehicle.
|
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 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 vehicle.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VehicleSummary.Builder> |
serializableBuilderClass() |
VehicleSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vehicleName()
The unique ID of the vehicle.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vehicleName()
The unique ID of the vehicle.
public final String arn()
The Amazon Resource Name (ARN) of the vehicle.
public final String modelManifestArn()
The ARN of a vehicle model (model manifest) associated with the vehicle.
public final String decoderManifestArn()
The ARN of a decoder manifest associated with the vehicle.
public final Instant creationTime()
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
public final Instant lastModificationTime()
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
public VehicleSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VehicleSummary.Builder,VehicleSummary>public static VehicleSummary.Builder builder()
public static Class<? extends VehicleSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.