@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 operation.
Constructor and Description |
---|
CreateAliasResult() |
Modifier and Type | Method and Description |
---|---|
CreateAliasResult |
clone() |
boolean |
equals(Object obj) |
Alias |
getAlias()
The newly created alias resource.
|
int |
hashCode() |
void |
setAlias(Alias alias)
The newly created alias resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateAliasResult |
withAlias(Alias alias)
The newly created alias resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAlias(Alias alias)
The newly created alias resource.
alias
- The newly created alias resource.public Alias getAlias()
The newly created alias resource.
public CreateAliasResult withAlias(Alias alias)
The newly created alias resource.
alias
- The newly created alias resource.public String toString()
toString
in class Object
Object.toString()
public CreateAliasResult clone()