Class UpdateFleetPortSettingsResult
- java.lang.Object
-
- com.amazonaws.services.gamelift.model.UpdateFleetPortSettingsResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class UpdateFleetPortSettingsResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateFleetPortSettingsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFleetPortSettingsResult
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.UpdateFleetPortSettingsResult
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 UpdateFleetPortSettingsResult 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 UpdateFleetPortSettingsResult clone()
-
-