@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVehicleResponseItem extends Object implements Serializable, Cloneable, StructuredPojo
Information about a created vehicle.
Constructor and Description |
---|
CreateVehicleResponseItem() |
Modifier and Type | Method and Description |
---|---|
CreateVehicleResponseItem |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the created vehicle.
|
String |
getThingArn()
The ARN of a created or validated Amazon Web Services IoT thing.
|
String |
getVehicleName()
The unique ID of the vehicle to create.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the created vehicle.
|
void |
setThingArn(String thingArn)
The ARN of a created or validated Amazon Web Services IoT thing.
|
void |
setVehicleName(String vehicleName)
The unique ID of the vehicle to create.
|
String |
toString()
Returns a string representation of this object.
|
CreateVehicleResponseItem |
withArn(String arn)
The ARN of the created vehicle.
|
CreateVehicleResponseItem |
withThingArn(String thingArn)
The ARN of a created or validated Amazon Web Services IoT thing.
|
CreateVehicleResponseItem |
withVehicleName(String vehicleName)
The unique ID of the vehicle to create.
|
public void setVehicleName(String vehicleName)
The unique ID of the vehicle to create.
vehicleName
- The unique ID of the vehicle to create.public String getVehicleName()
The unique ID of the vehicle to create.
public CreateVehicleResponseItem withVehicleName(String vehicleName)
The unique ID of the vehicle to create.
vehicleName
- The unique ID of the vehicle to create.public void setArn(String arn)
The ARN of the created vehicle.
arn
- The ARN of the created vehicle.public String getArn()
The ARN of the created vehicle.
public CreateVehicleResponseItem withArn(String arn)
The ARN of the created vehicle.
arn
- The ARN of the created vehicle.public void setThingArn(String thingArn)
The ARN of a created or validated Amazon Web Services IoT thing.
thingArn
- The ARN of a created or validated Amazon Web Services IoT thing.public String getThingArn()
The ARN of a created or validated Amazon Web Services IoT thing.
public CreateVehicleResponseItem withThingArn(String thingArn)
The ARN of a created or validated Amazon Web Services IoT thing.
thingArn
- The ARN of a created or validated Amazon Web Services IoT thing.public String toString()
toString
in class Object
Object.toString()
public CreateVehicleResponseItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.