Class UpdateFleetCapacityResult
java.lang.Object
com.amazonaws.services.gamelift.model.UpdateFleetCapacityResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the returned data in response to a request action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUnique identifier for the updated fleet.inthashCode()voidsetFleetId(String fleetId) Unique identifier for the updated fleet.toString()Returns a string representation of this object; useful for testing and debugging.withFleetId(String fleetId) Unique identifier for the updated fleet.
-
Constructor Details
-
UpdateFleetCapacityResult
public UpdateFleetCapacityResult()
-
-
Method Details
-
setFleetId
Unique identifier for the updated fleet.
- Parameters:
fleetId- Unique identifier for the updated fleet.
-
getFleetId
Unique identifier for the updated fleet.
- Returns:
- Unique identifier for the updated fleet.
-
withFleetId
Unique identifier for the updated fleet.
- Parameters:
fleetId- Unique identifier for the updated fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-