@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAliasResult extends AmazonWebServiceResult<ResponseMetadata> 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 that describes the newly created alias record.
|
int |
hashCode() |
void |
setAlias(Alias alias)
Object that describes the newly created alias record.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateAliasResult |
withAlias(Alias alias)
Object that describes the newly created alias record.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAlias(Alias alias)
Object that describes the newly created alias record.
alias
- Object that describes the newly created alias record.public Alias getAlias()
Object that describes the newly created alias record.
public CreateAliasResult withAlias(Alias alias)
Object that describes the newly created alias record.
alias
- Object that describes 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.