@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
UpdateAliasResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAliasResult |
clone() |
boolean |
equals(Object obj) |
Alias |
getAlias()
Object that contains the updated alias configuration.
|
int |
hashCode() |
void |
setAlias(Alias alias)
Object that contains the updated alias configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateAliasResult |
withAlias(Alias alias)
Object that contains the updated alias configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAlias(Alias alias)
Object that contains the updated alias configuration.
alias
- Object that contains the updated alias configuration.public Alias getAlias()
Object that contains the updated alias configuration.
public UpdateAliasResult withAlias(Alias alias)
Object that contains the updated alias configuration.
alias
- Object that contains the updated alias configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateAliasResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.