@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateOutboundConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a CreateOutboundConnection
request. Contains details about the newly created cross-cluster
connection.
Constructor and Description |
---|
CreateOutboundConnectionResult() |
Modifier and Type | Method and Description |
---|---|
CreateOutboundConnectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionAlias()
Name of the connection.
|
String |
getConnectionId()
The unique identifier for the created outbound connection, which is used for subsequent operations on the
connection.
|
OutboundConnectionStatus |
getConnectionStatus()
The status of the connection.
|
DomainInformationContainer |
getLocalDomainInfo()
Information about the source (local) domain.
|
DomainInformationContainer |
getRemoteDomainInfo()
Information about the destination (remote) domain.
|
int |
hashCode() |
void |
setConnectionAlias(String connectionAlias)
Name of the connection.
|
void |
setConnectionId(String connectionId)
The unique identifier for the created outbound connection, which is used for subsequent operations on the
connection.
|
void |
setConnectionStatus(OutboundConnectionStatus connectionStatus)
The status of the connection.
|
void |
setLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
void |
setRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
String |
toString()
Returns a string representation of this object.
|
CreateOutboundConnectionResult |
withConnectionAlias(String connectionAlias)
Name of the connection.
|
CreateOutboundConnectionResult |
withConnectionId(String connectionId)
The unique identifier for the created outbound connection, which is used for subsequent operations on the
connection.
|
CreateOutboundConnectionResult |
withConnectionStatus(OutboundConnectionStatus connectionStatus)
The status of the connection.
|
CreateOutboundConnectionResult |
withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
CreateOutboundConnectionResult |
withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
localDomainInfo
- Information about the source (local) domain.public DomainInformationContainer getLocalDomainInfo()
Information about the source (local) domain.
public CreateOutboundConnectionResult withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
localDomainInfo
- Information about the source (local) domain.public void setRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
remoteDomainInfo
- Information about the destination (remote) domain.public DomainInformationContainer getRemoteDomainInfo()
Information about the destination (remote) domain.
public CreateOutboundConnectionResult withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
remoteDomainInfo
- Information about the destination (remote) domain.public void setConnectionAlias(String connectionAlias)
Name of the connection.
connectionAlias
- Name of the connection.public String getConnectionAlias()
Name of the connection.
public CreateOutboundConnectionResult withConnectionAlias(String connectionAlias)
Name of the connection.
connectionAlias
- Name of the connection.public void setConnectionStatus(OutboundConnectionStatus connectionStatus)
The status of the connection.
connectionStatus
- The status of the connection.public OutboundConnectionStatus getConnectionStatus()
The status of the connection.
public CreateOutboundConnectionResult withConnectionStatus(OutboundConnectionStatus connectionStatus)
The status of the connection.
connectionStatus
- The status of the connection.public void setConnectionId(String connectionId)
The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
connectionId
- The unique identifier for the created outbound connection, which is used for subsequent operations on the
connection.public String getConnectionId()
The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
public CreateOutboundConnectionResult withConnectionId(String connectionId)
The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
connectionId
- The unique identifier for the created outbound connection, which is used for subsequent operations on the
connection.public String toString()
toString
in class Object
Object.toString()
public CreateOutboundConnectionResult clone()
Copyright © 2023. All rights reserved.