public class DescribeAliasResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
DescribeAliasResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAliasResult |
clone() |
boolean |
equals(Object obj) |
Alias |
getAlias()
Object containing the requested alias.
|
int |
hashCode() |
void |
setAlias(Alias alias)
Object containing the requested alias.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAliasResult |
withAlias(Alias alias)
Object containing the requested alias.
|
public void setAlias(Alias alias)
Object containing the requested alias.
alias
- Object containing the requested alias.public Alias getAlias()
Object containing the requested alias.
public DescribeAliasResult withAlias(Alias alias)
Object containing the requested alias.
alias
- Object containing the requested alias.public String toString()
toString
in class Object
Object.toString()
public DescribeAliasResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.