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