Class UpdateFleetAttributesResult
- java.lang.Object
-
- com.amazonaws.services.gamelift.model.UpdateFleetAttributesResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class UpdateFleetAttributesResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateFleetAttributesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFleetAttributesResultclone()booleanequals(Object obj)StringgetFleetId()Unique identifier for the updated fleet.inthashCode()voidsetFleetId(String fleetId)Unique identifier for the updated fleet.StringtoString()Returns a string representation of this object; useful for testing and debugging.UpdateFleetAttributesResultwithFleetId(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 UpdateFleetAttributesResult 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateFleetAttributesResult clone()
-
-