Class AssetLocation
- java.lang.Object
-
- software.amazon.awssdk.services.outposts.model.AssetLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetLocation.Builder,AssetLocation>
@Generated("software.amazon.awssdk:codegen") public final class AssetLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetLocation.Builder,AssetLocation>
Information about the position of the asset in a rack.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FloatrackElevation()The position of an asset in a rack measured in rack units.List<SdkField<?>>sdkFields()static Class<? extends AssetLocation.Builder>serializableBuilderClass()AssetLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
rackElevation
public final Float rackElevation()
The position of an asset in a rack measured in rack units.
- Returns:
- The position of an asset in a rack measured in rack units.
-
toBuilder
public AssetLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetLocation.Builder,AssetLocation>
-
builder
public static AssetLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetLocation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-