|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.directconnect.model.DescribeConnectionDetailResult
public class DescribeConnectionDetailResult
Additional information about connection order steps.
Constructor Summary | |
---|---|
DescribeConnectionDetailResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getBandwidth()
Bandwidth of the connection. |
List<ConnectionCost> |
getConnectionCosts()
A list of connection costs. |
String |
getConnectionId()
ID of the connection. |
String |
getConnectionName()
The name of the connection. |
String |
getConnectionState()
State of the connection. |
String |
getLocation()
Where the AWS Direct Connect offering is located. |
List<ConnectionOrderStep> |
getOrderSteps()
A list of connection order steps. |
String |
getRegion()
The AWS region where the offering is located. |
int |
hashCode()
|
void |
setBandwidth(String bandwidth)
Bandwidth of the connection. |
void |
setConnectionCosts(Collection<ConnectionCost> connectionCosts)
A list of connection costs. |
void |
setConnectionId(String connectionId)
ID of the connection. |
void |
setConnectionName(String connectionName)
The name of the connection. |
void |
setConnectionState(ConnectionState connectionState)
State of the connection. |
void |
setConnectionState(String connectionState)
State of the connection. |
void |
setLocation(String location)
Where the AWS Direct Connect offering is located. |
void |
setOrderSteps(Collection<ConnectionOrderStep> orderSteps)
A list of connection order steps. |
void |
setRegion(String region)
The AWS region where the offering is located. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeConnectionDetailResult |
withBandwidth(String bandwidth)
Bandwidth of the connection. |
DescribeConnectionDetailResult |
withConnectionCosts(Collection<ConnectionCost> connectionCosts)
A list of connection costs. |
DescribeConnectionDetailResult |
withConnectionCosts(ConnectionCost... connectionCosts)
A list of connection costs. |
DescribeConnectionDetailResult |
withConnectionId(String connectionId)
ID of the connection. |
DescribeConnectionDetailResult |
withConnectionName(String connectionName)
The name of the connection. |
DescribeConnectionDetailResult |
withConnectionState(ConnectionState connectionState)
State of the connection. |
DescribeConnectionDetailResult |
withConnectionState(String connectionState)
State of the connection. |
DescribeConnectionDetailResult |
withLocation(String location)
Where the AWS Direct Connect offering is located. |
DescribeConnectionDetailResult |
withOrderSteps(Collection<ConnectionOrderStep> orderSteps)
A list of connection order steps. |
DescribeConnectionDetailResult |
withOrderSteps(ConnectionOrderStep... orderSteps)
A list of connection order steps. |
DescribeConnectionDetailResult |
withRegion(String region)
The AWS region where the offering is located. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeConnectionDetailResult()
Method Detail |
---|
public String getConnectionId()
Example: dxcon-fg5678gh
Default: None
Example: dxcon-fg5678gh
Default: None
public void setConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
connectionId
- ID of the connection. Example: dxcon-fg5678gh
Default: None
public DescribeConnectionDetailResult withConnectionId(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 String getConnectionName()
Example: "1G Connection to AWS"
Default: None
Example: "1G Connection to AWS"
Default: None
public void setConnectionName(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(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 String getConnectionState()
Constraints:
Allowed Values: requested, pending, available, deleted
ConnectionState
public void setConnectionState(String connectionState)
Constraints:
Allowed Values: requested, pending, available, deleted
connectionState
- State of the connection. ConnectionState
public DescribeConnectionDetailResult withConnectionState(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. ConnectionState
public void setConnectionState(ConnectionState connectionState)
Constraints:
Allowed Values: requested, pending, available, deleted
connectionState
- State of the connection. ConnectionState
public 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. ConnectionState
public String getRegion()
Example: us-east-1
Default: None
Example: us-east-1
Default: None
public void setRegion(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(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 String getLocation()
Example: EqSV5
Default: None
Example: EqSV5
Default: None
public void setLocation(String location)
Example: EqSV5
Default: None
location
- Where the AWS Direct Connect offering is located. Example: EqSV5
Default: None
public DescribeConnectionDetailResult withLocation(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 String getBandwidth()
Example: 1Gbps
Default: None
Example: 1Gbps
Default: None
public void setBandwidth(String bandwidth)
Example: 1Gbps
Default: None
bandwidth
- Bandwidth of the connection. Example: 1Gbps
Default: None
public DescribeConnectionDetailResult withBandwidth(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 List<ConnectionCost> getConnectionCosts()
public void setConnectionCosts(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(Collection<ConnectionCost> connectionCosts)
Returns a reference to this object so that method calls can be chained together.
connectionCosts
- A list of connection costs.
public List<ConnectionOrderStep> getOrderSteps()
public void setOrderSteps(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |