public class DeleteConnectionResult
extends java.lang.Object
implements java.io.Serializable
A connection represents the physical network connection between the Direct Connect location and the customer.
| コンストラクタと説明 |
|---|
DeleteConnectionResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConnectionId()
ID of the connection.
|
java.lang.String |
getConnectionName()
The name of the connection.
|
java.lang.String |
getConnectionState()
State of the connection.
|
java.lang.String |
getLocation()
Where the AWS Direct Connect offering is located.
|
java.lang.String |
getRegion()
The AWS region where the offering is located.
|
int |
hashCode() |
void |
setConnectionId(java.lang.String connectionId)
ID of the connection.
|
void |
setConnectionName(java.lang.String connectionName)
The name of the connection.
|
void |
setConnectionState(ConnectionState connectionState)
State of the connection.
|
void |
setConnectionState(java.lang.String connectionState)
State of the connection.
|
void |
setLocation(java.lang.String location)
Where the AWS Direct Connect offering is located.
|
void |
setRegion(java.lang.String region)
The AWS region where the offering is located.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteConnectionResult |
withConnectionId(java.lang.String connectionId)
ID of the connection.
|
DeleteConnectionResult |
withConnectionName(java.lang.String connectionName)
The name of the connection.
|
DeleteConnectionResult |
withConnectionState(ConnectionState connectionState)
State of the connection.
|
DeleteConnectionResult |
withConnectionState(java.lang.String connectionState)
State of the connection.
|
DeleteConnectionResult |
withLocation(java.lang.String location)
Where the AWS Direct Connect offering is located.
|
DeleteConnectionResult |
withRegion(java.lang.String region)
The AWS region where the offering is located.
|
public java.lang.String getConnectionId()
Example: dxcon-fg5678gh
Default: None
Example: dxcon-fg5678gh
Default: None
public void setConnectionId(java.lang.String connectionId)
Example: dxcon-fg5678gh
Default: None
connectionId - ID of the connection. Example: dxcon-fg5678gh
Default: None
public DeleteConnectionResult withConnectionId(java.lang.String connectionId)
Example: dxcon-fg5678gh
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionId - ID of the connection. Example: dxcon-fg5678gh
Default: None
public java.lang.String getConnectionName()
Example: "1G Connection to AWS"
Default: None
Example: "1G Connection to AWS"
Default: None
public void setConnectionName(java.lang.String connectionName)
Example: "1G Connection to AWS"
Default: None
connectionName - The name of the connection. Example: "1G Connection to AWS"
Default: None
public DeleteConnectionResult withConnectionName(java.lang.String connectionName)
Example: "1G Connection to AWS"
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionName - The name of the connection. Example: "1G Connection to AWS"
Default: None
public java.lang.String getConnectionState()
Constraints:
Allowed Values: requested, pending, available, deleted
ConnectionStatepublic void setConnectionState(java.lang.String connectionState)
Constraints:
Allowed Values: requested, pending, available, deleted
connectionState - State of the connection. ConnectionStatepublic DeleteConnectionResult withConnectionState(java.lang.String connectionState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: requested, pending, available, deleted
connectionState - State of the connection. ConnectionStatepublic void setConnectionState(ConnectionState connectionState)
Constraints:
Allowed Values: requested, pending, available, deleted
connectionState - State of the connection. ConnectionStatepublic DeleteConnectionResult withConnectionState(ConnectionState connectionState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: requested, pending, available, deleted
connectionState - State of the connection. ConnectionStatepublic java.lang.String getRegion()
Example: us-east-1
Default: None
Example: us-east-1
Default: None
public void setRegion(java.lang.String region)
Example: us-east-1
Default: None
region - The AWS region where the offering is located. Example: us-east-1
Default: None
public DeleteConnectionResult withRegion(java.lang.String region)
Example: us-east-1
Default: None
Returns a reference to this object so that method calls can be chained together.
region - The AWS region where the offering is located. Example: us-east-1
Default: None
public java.lang.String getLocation()
Example: EqSV5
Default: None
Example: EqSV5
Default: None
public void setLocation(java.lang.String location)
Example: EqSV5
Default: None
location - Where the AWS Direct Connect offering is located. Example: EqSV5
Default: None
public DeleteConnectionResult withLocation(java.lang.String location)
Example: EqSV5
Default: None
Returns a reference to this object so that method calls can be chained together.
location - Where the AWS Direct Connect offering is located. Example: EqSV5
Default: None
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object