public class UpdateAliasDataResponse extends Object implements Serializable
Java class for updateAliasDataResponse complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected UpdateAliasResult |
updateAliasResult |
Constructor and Description |
---|
UpdateAliasDataResponse() |
Modifier and Type | Method and Description |
---|---|
UpdateAliasResult |
getUpdateAliasResult()
Gets the value of the updateAliasResult property.
|
void |
setUpdateAliasResult(UpdateAliasResult value)
Sets the value of the updateAliasResult property.
|
protected UpdateAliasResult updateAliasResult
public UpdateAliasResult getUpdateAliasResult()
UpdateAliasResult
public void setUpdateAliasResult(UpdateAliasResult value)
value
- allowed object is
UpdateAliasResult
Copyright © 2021. All rights reserved.