Class ResolveAliasResult
java.lang.Object
com.amazonaws.services.gamelift.model.ResolveAliasResult
- 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()booleanFleet ID associated with the requested alias.inthashCode()voidsetFleetId(String fleetId) Fleet ID associated with the requested alias.toString()Returns a string representation of this object; useful for testing and debugging.withFleetId(String fleetId) Fleet ID associated with the requested alias.
-
Constructor Details
-
ResolveAliasResult
public ResolveAliasResult()
-
-
Method Details
-
setFleetId
Fleet ID associated with the requested alias.
- Parameters:
fleetId- Fleet ID associated with the requested alias.
-
getFleetId
Fleet ID associated with the requested alias.
- Returns:
- Fleet ID associated with the requested alias.
-
withFleetId
Fleet ID associated with the requested alias.
- Parameters:
fleetId- Fleet ID associated with the requested alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-