public class RemoveAliasResponse extends Object implements Serializable
Java class for removeAliasResponse complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected RemoveAliasResult |
removeAliasResult |
| Constructor and Description |
|---|
RemoveAliasResponse() |
| Modifier and Type | Method and Description |
|---|---|
RemoveAliasResult |
getRemoveAliasResult()
Gets the value of the removeAliasResult property.
|
void |
setRemoveAliasResult(RemoveAliasResult value)
Sets the value of the removeAliasResult property.
|
protected RemoveAliasResult removeAliasResult
public RemoveAliasResult getRemoveAliasResult()
RemoveAliasResultpublic void setRemoveAliasResult(RemoveAliasResult value)
value - allowed object is
RemoveAliasResultCopyright © 2021. All rights reserved.