@Generated(value="software.amazon.awssdk:codegen") public final class WorldCount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorldCount.Builder,WorldCount>
The number of worlds that will be created. You can configure the number of unique floorplans and the number of unique
interiors for each floor plan. For example, if you want 1 world with 20 unique interiors, you set
floorplanCount = 1 and interiorCountPerFloorplan = 20. This will result in 20 worlds (
floorplanCount * interiorCountPerFloorplan).
If you set floorplanCount = 4 and interiorCountPerFloorplan = 5, there will be 20 worlds
with 5 unique floor plans.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorldCount.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorldCount.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
floorplanCount()
The number of unique floorplans.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
interiorCountPerFloorplan()
The number of unique interiors per floorplan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorldCount.Builder> |
serializableBuilderClass() |
WorldCount.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer floorplanCount()
The number of unique floorplans.
public final Integer interiorCountPerFloorplan()
The number of unique interiors per floorplan.
public WorldCount.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorldCount.Builder,WorldCount>public static WorldCount.Builder builder()
public static Class<? extends WorldCount.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.