@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.
|
String |
getConnectionMode()
The connection mode.
|
ConnectionProperties |
getConnectionProperties()
The
ConnectionProperties for the newly created 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 |
setConnectionMode(String connectionMode)
The connection mode.
|
void |
setConnectionProperties(ConnectionProperties connectionProperties)
The
ConnectionProperties for the newly created 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 |
withConnectionMode(ConnectionMode connectionMode)
The connection mode.
|
CreateOutboundConnectionResult |
withConnectionMode(String connectionMode)
The connection mode.
|
CreateOutboundConnectionResult |
withConnectionProperties(ConnectionProperties connectionProperties)
The
ConnectionProperties for the newly created 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 void setConnectionMode(String connectionMode)
The connection mode.
connectionMode
- The connection mode.ConnectionMode
public String getConnectionMode()
The connection mode.
ConnectionMode
public CreateOutboundConnectionResult withConnectionMode(String connectionMode)
The connection mode.
connectionMode
- The connection mode.ConnectionMode
public CreateOutboundConnectionResult withConnectionMode(ConnectionMode connectionMode)
The connection mode.
connectionMode
- The connection mode.ConnectionMode
public void setConnectionProperties(ConnectionProperties connectionProperties)
The ConnectionProperties
for the newly created connection.
connectionProperties
- The ConnectionProperties
for the newly created connection.public ConnectionProperties getConnectionProperties()
The ConnectionProperties
for the newly created connection.
ConnectionProperties
for the newly created connection.public CreateOutboundConnectionResult withConnectionProperties(ConnectionProperties connectionProperties)
The ConnectionProperties
for the newly created connection.
connectionProperties
- The ConnectionProperties
for the newly created connection.public String toString()
toString
in class Object
Object.toString()
public CreateOutboundConnectionResult clone()