public class ResolveAliasResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
ResolveAliasResult() |
| Modifier and Type | Method and 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.
|
public void setFleetId(String fleetId)
Fleet ID associated with the requested alias.
fleetId - Fleet ID associated with the requested alias.public String getFleetId()
Fleet ID associated with the requested alias.
public ResolveAliasResult withFleetId(String fleetId)
Fleet ID associated with the requested alias.
fleetId - Fleet ID associated with the requested alias.public String toString()
toString in class ObjectObject.toString()public ResolveAliasResult clone()
Copyright © 2016. All rights reserved.