/AWS1/CL_IOIGETVEHICLERESPONSE¶
GetVehicleResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_VEHICLENAME
TYPE /AWS1/IOIVEHICLENAME
/AWS1/IOIVEHICLENAME
¶
The ID of the vehicle.
IV_ARN
TYPE /AWS1/IOIARN
/AWS1/IOIARN
¶
The Amazon Resource Name (ARN) of the vehicle to retrieve information about.
IV_MODELMANIFESTARN
TYPE /AWS1/IOIARN
/AWS1/IOIARN
¶
The ARN of a vehicle model (model manifest) associated with the vehicle.
IV_DECODERMANIFESTARN
TYPE /AWS1/IOIARN
/AWS1/IOIARN
¶
The ARN of a decoder manifest associated with the vehicle.
IT_ATTRIBUTES
TYPE /AWS1/CL_IOIATTRIBUTESMAP_W=>TT_ATTRIBUTESMAP
TT_ATTRIBUTESMAP
¶
Static information about a vehicle in a key-value pair. For example:
"engineType"
:"1.3 L R2"
IT_STATETEMPLATES
TYPE /AWS1/CL_IOISTATETMPLASSOCIA00=>TT_STATETEMPLATEASSOCIATIONS
TT_STATETEMPLATEASSOCIATIONS
¶
State templates associated with the vehicle.
IV_CREATIONTIME
TYPE /AWS1/IOITIMESTAMP
/AWS1/IOITIMESTAMP
¶
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
IV_LASTMODIFICATIONTIME
TYPE /AWS1/IOITIMESTAMP
/AWS1/IOITIMESTAMP
¶
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
Queryable Attributes¶
vehicleName¶
The ID of the vehicle.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VEHICLENAME() |
Getter for VEHICLENAME, with configurable default |
ASK_VEHICLENAME() |
Getter for VEHICLENAME w/ exceptions if field has no value |
HAS_VEHICLENAME() |
Determine if VEHICLENAME has a value |
arn¶
The Amazon Resource Name (ARN) of the vehicle to retrieve information about.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
modelManifestArn¶
The ARN of a vehicle model (model manifest) associated with the vehicle.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MODELMANIFESTARN() |
Getter for MODELMANIFESTARN, with configurable default |
ASK_MODELMANIFESTARN() |
Getter for MODELMANIFESTARN w/ exceptions if field has no va |
HAS_MODELMANIFESTARN() |
Determine if MODELMANIFESTARN has a value |
decoderManifestArn¶
The ARN of a decoder manifest associated with the vehicle.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DECODERMANIFESTARN() |
Getter for DECODERMANIFESTARN, with configurable default |
ASK_DECODERMANIFESTARN() |
Getter for DECODERMANIFESTARN w/ exceptions if field has no |
HAS_DECODERMANIFESTARN() |
Determine if DECODERMANIFESTARN has a value |
attributes¶
Static information about a vehicle in a key-value pair. For example:
"engineType"
:"1.3 L R2"
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTRIBUTES() |
Getter for ATTRIBUTES, with configurable default |
ASK_ATTRIBUTES() |
Getter for ATTRIBUTES w/ exceptions if field has no value |
HAS_ATTRIBUTES() |
Determine if ATTRIBUTES has a value |
stateTemplates¶
State templates associated with the vehicle.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATETEMPLATES() |
Getter for STATETEMPLATES, with configurable default |
ASK_STATETEMPLATES() |
Getter for STATETEMPLATES w/ exceptions if field has no valu |
HAS_STATETEMPLATES() |
Determine if STATETEMPLATES has a value |
creationTime¶
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastModificationTime¶
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME has a value |