Class FleetCapacity
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<FleetCapacity.Builder,FleetCapacity> 
Current resource capacity settings in a specified fleet or location. The location value might refer to a fleet's remote location or its home Region.
Related actions
DescribeFleetCapacity | DescribeFleetLocationCapacity | UpdateFleetCapacity
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic FleetCapacity.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringfleetArn()The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.final StringfleetId()A unique identifier for the fleet associated with the location.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final EC2InstanceCountsReturns the value of the InstanceCounts property for this object.final EC2InstanceTypeThe Amazon EC2 instance type that is used for all instances in a fleet.final StringThe Amazon EC2 instance type that is used for all instances in a fleet.final Stringlocation()The fleet location for the instance count information, expressed as an Amazon Web Services Region code, such asus-west-2.static Class<? extends FleetCapacity.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
fleetId
A unique identifier for the fleet associated with the location.
- Returns:
 - A unique identifier for the fleet associated with the location.
 
 - 
fleetArn
The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.- Returns:
 - The Amazon Resource Name (ARN) that is assigned to a
         Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
         
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912. 
 - 
instanceType
The Amazon EC2 instance type that is used for all instances in a fleet. The instance type determines the computing resources in use, including CPU, memory, storage, and networking capacity. See Amazon Elastic Compute Cloud Instance Types for detailed descriptions.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnEC2InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
 - The Amazon EC2 instance type that is used for all instances in a fleet. The instance type determines the computing resources in use, including CPU, memory, storage, and networking capacity. See Amazon Elastic Compute Cloud Instance Types for detailed descriptions.
 - See Also:
 
 - 
instanceTypeAsString
The Amazon EC2 instance type that is used for all instances in a fleet. The instance type determines the computing resources in use, including CPU, memory, storage, and networking capacity. See Amazon Elastic Compute Cloud Instance Types for detailed descriptions.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnEC2InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
 - The Amazon EC2 instance type that is used for all instances in a fleet. The instance type determines the computing resources in use, including CPU, memory, storage, and networking capacity. See Amazon Elastic Compute Cloud Instance Types for detailed descriptions.
 - See Also:
 
 - 
instanceCounts
Returns the value of the InstanceCounts property for this object.- Returns:
 - The value of the InstanceCounts property for this object.
 
 - 
location
The fleet location for the instance count information, expressed as an Amazon Web Services Region code, such as
us-west-2.- Returns:
 - The fleet location for the instance count information, expressed as an Amazon Web Services Region code,
         such as 
us-west-2. 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<FleetCapacity.Builder,FleetCapacity> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
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. - 
getValueForField
 - 
sdkFields
 
 -