public class ResolveAliasResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public ResolveAliasResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.