@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAliasResult extends AmazonWebServiceResult<ResponseMetadata> 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 that contains the requested alias.
|
int |
hashCode() |
void |
setAlias(Alias alias)
Object that contains the requested alias.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAliasResult |
withAlias(Alias alias)
Object that contains the requested alias.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAlias(Alias alias)
Object that contains the requested alias.
alias
- Object that contains the requested alias.public Alias getAlias()
Object that contains the requested alias.
public DescribeAliasResult withAlias(Alias alias)
Object that contains the requested alias.
alias
- Object that contains the requested alias.public String toString()
toString
in class Object
Object.toString()
public DescribeAliasResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.