Class UpdateFleetCapacityResult
- java.lang.Object
-
- com.amazonaws.services.gamelift.model.UpdateFleetCapacityResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class UpdateFleetCapacityResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateFleetCapacityResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFleetCapacityResult
clone()
boolean
equals(Object obj)
String
getFleetId()
Unique identifier for the updated fleet.int
hashCode()
void
setFleetId(String fleetId)
Unique identifier for the updated fleet.String
toString()
Returns a string representation of this object; useful for testing and debugging.UpdateFleetCapacityResult
withFleetId(String fleetId)
Unique identifier for the updated fleet.
-
-
-
Method Detail
-
setFleetId
public void setFleetId(String fleetId)
Unique identifier for the updated fleet.
- Parameters:
fleetId
- Unique identifier for the updated fleet.
-
getFleetId
public String getFleetId()
Unique identifier for the updated fleet.
- Returns:
- Unique identifier for the updated fleet.
-
withFleetId
public UpdateFleetCapacityResult withFleetId(String fleetId)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateFleetCapacityResult clone()
-
-