@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectionAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateConnectionAliasResult() |
Modifier and Type | Method and Description |
---|---|
CreateConnectionAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getAliasId()
The identifier of the connection alias.
|
int |
hashCode() |
void |
setAliasId(String aliasId)
The identifier of the connection alias.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectionAliasResult |
withAliasId(String aliasId)
The identifier of the connection alias.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAliasId(String aliasId)
The identifier of the connection alias.
aliasId
- The identifier of the connection alias.public String getAliasId()
The identifier of the connection alias.
public CreateConnectionAliasResult withAliasId(String aliasId)
The identifier of the connection alias.
aliasId
- The identifier of the connection alias.public String toString()
toString
in class Object
Object.toString()
public CreateConnectionAliasResult clone()