Class ResolveAliasResult
- java.lang.Object
-
- com.amazonaws.services.gamelift.model.ResolveAliasResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ResolveAliasResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolveAliasResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolveAliasResultclone()booleanequals(Object obj)StringgetFleetId()Fleet ID associated with the requested alias.inthashCode()voidsetFleetId(String fleetId)Fleet ID associated with the requested alias.StringtoString()Returns a string representation of this object; useful for testing and debugging.ResolveAliasResultwithFleetId(String fleetId)Fleet ID associated with the requested alias.
-
-
-
Method Detail
-
setFleetId
public void setFleetId(String fleetId)
Fleet ID associated with the requested alias.
- Parameters:
fleetId- Fleet ID associated with the requested alias.
-
getFleetId
public String getFleetId()
Fleet ID associated with the requested alias.
- Returns:
- Fleet ID associated with the requested alias.
-
withFleetId
public ResolveAliasResult withFleetId(String fleetId)
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
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 ResolveAliasResult clone()
-
-