@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateConnectionAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateConnectionAliasResult() |
Modifier and Type | Method and Description |
---|---|
AssociateConnectionAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionIdentifier()
The identifier of the connection alias association.
|
int |
hashCode() |
void |
setConnectionIdentifier(String connectionIdentifier)
The identifier of the connection alias association.
|
String |
toString()
Returns a string representation of this object.
|
AssociateConnectionAliasResult |
withConnectionIdentifier(String connectionIdentifier)
The identifier of the connection alias association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnectionIdentifier(String connectionIdentifier)
The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
connectionIdentifier
- The identifier of the connection alias association. You use the connection identifier in the DNS TXT
record when you're configuring your DNS routing policies.public String getConnectionIdentifier()
The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
public AssociateConnectionAliasResult withConnectionIdentifier(String connectionIdentifier)
The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
connectionIdentifier
- The identifier of the connection alias association. You use the connection identifier in the DNS TXT
record when you're configuring your DNS routing policies.public String toString()
toString
in class Object
Object.toString()
public AssociateConnectionAliasResult clone()