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 Object
Object.toString()
public CreateAliasResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.