public class CreateAliasResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
CreateAliasResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAliasResult |
clone() |
boolean |
equals(Object obj) |
Alias |
getAlias()
Object containing the newly created alias record.
|
int |
hashCode() |
void |
setAlias(Alias alias)
Object containing the newly created alias record.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAliasResult |
withAlias(Alias alias)
Object containing the newly created alias record.
|
public void setAlias(Alias alias)
Object containing the newly created alias record.
alias - Object containing the newly created alias record.public Alias getAlias()
Object containing the newly created alias record.
public CreateAliasResult withAlias(Alias alias)
Object containing the newly created alias record.
alias - Object containing the newly created alias record.public String toString()
toString in class ObjectObject.toString()public CreateAliasResult clone()
Copyright © 2016. All rights reserved.