@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetLocation extends Object implements Serializable, Cloneable, StructuredPojo
Information about the position of the asset in a rack.
| Constructor and Description | 
|---|
| AssetLocation() | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetLocation | clone() | 
| boolean | equals(Object obj) | 
| Float | getRackElevation()
 The position of an asset in a rack measured in rack units. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setRackElevation(Float rackElevation)
 The position of an asset in a rack measured in rack units. | 
| String | toString()Returns a string representation of this object. | 
| AssetLocation | withRackElevation(Float rackElevation)
 The position of an asset in a rack measured in rack units. | 
public void setRackElevation(Float rackElevation)
The position of an asset in a rack measured in rack units.
rackElevation - The position of an asset in a rack measured in rack units.public Float getRackElevation()
The position of an asset in a rack measured in rack units.
public AssetLocation withRackElevation(Float rackElevation)
The position of an asset in a rack measured in rack units.
rackElevation - The position of an asset in a rack measured in rack units.public String toString()
toString in class ObjectObject.toString()public AssetLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.