Class UpdateFleetPortSettingsResult
java.lang.Object
com.amazonaws.services.gamelift.model.UpdateFleetPortSettingsResult
- 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()
boolean
Unique identifier for the updated fleet.int
hashCode()
void
setFleetId
(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
-
UpdateFleetPortSettingsResult
public UpdateFleetPortSettingsResult()
-
-
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
-