public class DescribeConnectionDetailResult
extends java.lang.Object
implements java.io.Serializable
Additional information about connection order steps.
| コンストラクタと説明 |
|---|
DescribeConnectionDetailResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBandwidth()
Bandwidth of the connection.
|
java.util.List<ConnectionCost> |
getConnectionCosts()
A list of connection costs.
|
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.util.List<ConnectionOrderStep> |
getOrderSteps()
A list of connection order steps.
|
java.lang.String |
getRegion()
The AWS region where the offering is located.
|
int |
hashCode() |
void |
setBandwidth(java.lang.String bandwidth)
Bandwidth of the connection.
|
void |
setConnectionCosts(java.util.Collection<ConnectionCost> connectionCosts)
A list of connection costs.
|
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 |
setOrderSteps(java.util.Collection<ConnectionOrderStep> orderSteps)
A list of connection order steps.
|
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.
|
DescribeConnectionDetailResult |
withBandwidth(java.lang.String bandwidth)
Bandwidth of the connection.
|
DescribeConnectionDetailResult |
withConnectionCosts(java.util.Collection<ConnectionCost> connectionCosts)
A list of connection costs.
|
DescribeConnectionDetailResult |
withConnectionCosts(ConnectionCost... connectionCosts)
A list of connection costs.
|
DescribeConnectionDetailResult |
withConnectionId(java.lang.String connectionId)
ID of the connection.
|
DescribeConnectionDetailResult |
withConnectionName(java.lang.String connectionName)
The name of the connection.
|
DescribeConnectionDetailResult |
withConnectionState(ConnectionState connectionState)
State of the connection.
|
DescribeConnectionDetailResult |
withConnectionState(java.lang.String connectionState)
State of the connection.
|
DescribeConnectionDetailResult |
withLocation(java.lang.String location)
Where the AWS Direct Connect offering is located.
|
DescribeConnectionDetailResult |
withOrderSteps(java.util.Collection<ConnectionOrderStep> orderSteps)
A list of connection order steps.
|
DescribeConnectionDetailResult |
withOrderSteps(ConnectionOrderStep... orderSteps)
A list of connection order steps.
|
DescribeConnectionDetailResult |
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 DescribeConnectionDetailResult 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 DescribeConnectionDetailResult 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 DescribeConnectionDetailResult 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 DescribeConnectionDetailResult 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 DescribeConnectionDetailResult 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 DescribeConnectionDetailResult 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 getBandwidth()
Example: 1Gbps
Default: None
Example: 1Gbps
Default: None
public void setBandwidth(java.lang.String bandwidth)
Example: 1Gbps
Default: None
bandwidth - Bandwidth of the connection. Example: 1Gbps
Default: None
public DescribeConnectionDetailResult withBandwidth(java.lang.String bandwidth)
Example: 1Gbps
Default: None
Returns a reference to this object so that method calls can be chained together.
bandwidth - Bandwidth of the connection. Example: 1Gbps
Default: None
public java.util.List<ConnectionCost> getConnectionCosts()
public void setConnectionCosts(java.util.Collection<ConnectionCost> connectionCosts)
connectionCosts - A list of connection costs.public DescribeConnectionDetailResult withConnectionCosts(ConnectionCost... connectionCosts)
Returns a reference to this object so that method calls can be chained together.
connectionCosts - A list of connection costs.public DescribeConnectionDetailResult withConnectionCosts(java.util.Collection<ConnectionCost> connectionCosts)
Returns a reference to this object so that method calls can be chained together.
connectionCosts - A list of connection costs.public java.util.List<ConnectionOrderStep> getOrderSteps()
public void setOrderSteps(java.util.Collection<ConnectionOrderStep> orderSteps)
orderSteps - A list of connection order steps.public DescribeConnectionDetailResult withOrderSteps(ConnectionOrderStep... orderSteps)
Returns a reference to this object so that method calls can be chained together.
orderSteps - A list of connection order steps.public DescribeConnectionDetailResult withOrderSteps(java.util.Collection<ConnectionOrderStep> orderSteps)
Returns a reference to this object so that method calls can be chained together.
orderSteps - A list of connection order steps.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