Class FleetSummary
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.FleetSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FleetSummary.Builder,FleetSummary>
@Generated("software.amazon.awssdk:codegen") public final class FleetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FleetSummary.Builder,FleetSummary>
The details of a fleet.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFleetSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoScalingStatusautoScalingStatus()The Auto Scaling status of a fleet.StringautoScalingStatusAsString()The Auto Scaling status of a fleet.static FleetSummary.Builderbuilder()FleetConfigurationconfiguration()The configuration details for the fleet.InstantcreatedAt()The date and time the resource was created.StringcreatedBy()The user or system that created this resource.StringdisplayName()The display name of the fleet summary to update.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfarmId()The farm ID.StringfleetId()The fleet ID.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxWorkerCount()The maximum number of workers specified in the fleet.IntegerminWorkerCount()The minimum number of workers in the fleet.List<SdkField<?>>sdkFields()static Class<? extends FleetSummary.Builder>serializableBuilderClass()FleetStatusstatus()The status of the fleet.StringstatusAsString()The status of the fleet.IntegertargetWorkerCount()The target number of workers in a fleet.FleetSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The date and time the resource was updated.StringupdatedBy()The user or system that updated this resource.IntegerworkerCount()The number of workers in the fleet summary.-
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
-
autoScalingStatus
public final AutoScalingStatus autoScalingStatus()
The Auto Scaling status of a fleet.
If the service returns an enum value that is not available in the current SDK version,
autoScalingStatuswill returnAutoScalingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoScalingStatusAsString().- Returns:
- The Auto Scaling status of a fleet.
- See Also:
AutoScalingStatus
-
autoScalingStatusAsString
public final String autoScalingStatusAsString()
The Auto Scaling status of a fleet.
If the service returns an enum value that is not available in the current SDK version,
autoScalingStatuswill returnAutoScalingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoScalingStatusAsString().- Returns:
- The Auto Scaling status of a fleet.
- See Also:
AutoScalingStatus
-
configuration
public final FleetConfiguration configuration()
The configuration details for the fleet.
- Returns:
- The configuration details for the fleet.
-
createdAt
public final Instant createdAt()
The date and time the resource was created.
- Returns:
- The date and time the resource was created.
-
createdBy
public final String createdBy()
The user or system that created this resource.
- Returns:
- The user or system that created this resource.
-
displayName
public final String displayName()
The display name of the fleet summary to update.
- Returns:
- The display name of the fleet summary to update.
-
farmId
public final String farmId()
The farm ID.
- Returns:
- The farm ID.
-
fleetId
public final String fleetId()
The fleet ID.
- Returns:
- The fleet ID.
-
maxWorkerCount
public final Integer maxWorkerCount()
The maximum number of workers specified in the fleet.
- Returns:
- The maximum number of workers specified in the fleet.
-
minWorkerCount
public final Integer minWorkerCount()
The minimum number of workers in the fleet.
- Returns:
- The minimum number of workers in the fleet.
-
status
public final FleetStatus status()
The status of the fleet.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFleetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the fleet.
- See Also:
FleetStatus
-
statusAsString
public final String statusAsString()
The status of the fleet.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFleetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the fleet.
- See Also:
FleetStatus
-
targetWorkerCount
public final Integer targetWorkerCount()
The target number of workers in a fleet.
- Returns:
- The target number of workers in a fleet.
-
updatedAt
public final Instant updatedAt()
The date and time the resource was updated.
- Returns:
- The date and time the resource was updated.
-
updatedBy
public final String updatedBy()
The user or system that updated this resource.
- Returns:
- The user or system that updated this resource.
-
workerCount
public final Integer workerCount()
The number of workers in the fleet summary.
- Returns:
- The number of workers in the fleet summary.
-
toBuilder
public FleetSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FleetSummary.Builder,FleetSummary>
-
builder
public static FleetSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FleetSummary.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.
-
-