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 ResolveAliasResult
clone()
boolean
equals(Object obj)
String
getFleetId()
Fleet ID associated with the requested alias.int
hashCode()
void
setFleetId(String fleetId)
Fleet ID associated with the requested alias.String
toString()
Returns a string representation of this object; useful for testing and debugging.ResolveAliasResult
withFleetId(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ResolveAliasResult clone()
-
-