public class DescribeOfferingDetailResult
extends java.lang.Object
implements java.io.Serializable
A structure containing detailed information about an offering.
| コンストラクタと説明 |
|---|
DescribeOfferingDetailResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 |
getDescription()
Description of the offering.
|
java.lang.String |
getLocation()
Where the AWS Direct Connect offering is located.
|
java.lang.String |
getOfferingId()
The ID of the offering.
|
java.lang.String |
getOfferingName()
Returns the value of the OfferingName property for this object.
|
java.util.List<OfferingOrderStep> |
getOrderSteps()
A list of offering 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 |
setDescription(java.lang.String description)
Description of the offering.
|
void |
setLocation(java.lang.String location)
Where the AWS Direct Connect offering is located.
|
void |
setOfferingId(java.lang.String offeringId)
The ID of the offering.
|
void |
setOfferingName(java.lang.String offeringName)
Sets the value of the OfferingName property for this object.
|
void |
setOrderSteps(java.util.Collection<OfferingOrderStep> orderSteps)
A list of offering 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.
|
DescribeOfferingDetailResult |
withBandwidth(java.lang.String bandwidth)
Bandwidth of the connection.
|
DescribeOfferingDetailResult |
withConnectionCosts(java.util.Collection<ConnectionCost> connectionCosts)
A list of connection costs.
|
DescribeOfferingDetailResult |
withConnectionCosts(ConnectionCost... connectionCosts)
A list of connection costs.
|
DescribeOfferingDetailResult |
withDescription(java.lang.String description)
Description of the offering.
|
DescribeOfferingDetailResult |
withLocation(java.lang.String location)
Where the AWS Direct Connect offering is located.
|
DescribeOfferingDetailResult |
withOfferingId(java.lang.String offeringId)
The ID of the offering.
|
DescribeOfferingDetailResult |
withOfferingName(java.lang.String offeringName)
Sets the value of the OfferingName property for this object.
|
DescribeOfferingDetailResult |
withOrderSteps(java.util.Collection<OfferingOrderStep> orderSteps)
A list of offering order steps.
|
DescribeOfferingDetailResult |
withOrderSteps(OfferingOrderStep... orderSteps)
A list of offering order steps.
|
DescribeOfferingDetailResult |
withRegion(java.lang.String region)
The AWS region where the offering is located.
|
public java.lang.String getOfferingId()
Example: us-west-1_EqSV5_1G
Default: None
Example: us-west-1_EqSV5_1G
Default: None
public void setOfferingId(java.lang.String offeringId)
Example: us-west-1_EqSV5_1G
Default: None
offeringId - The ID of the offering. Example: us-west-1_EqSV5_1G
Default: None
public DescribeOfferingDetailResult withOfferingId(java.lang.String offeringId)
Example: us-west-1_EqSV5_1G
Default: None
Returns a reference to this object so that method calls can be chained together.
offeringId - The ID of the offering. Example: us-west-1_EqSV5_1G
Default: None
public 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 DescribeOfferingDetailResult 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 DescribeOfferingDetailResult 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 getOfferingName()
public void setOfferingName(java.lang.String offeringName)
offeringName - The new value for the OfferingName property for this object.public DescribeOfferingDetailResult withOfferingName(java.lang.String offeringName)
Returns a reference to this object so that method calls can be chained together.
offeringName - The new value for the OfferingName property for this object.public java.lang.String getDescription()
Example: "1Gbps Cross Connect in us-east-1 via Equinix"
Default: None
Example: "1Gbps Cross Connect in us-east-1 via Equinix"
Default: None
public void setDescription(java.lang.String description)
Example: "1Gbps Cross Connect in us-east-1 via Equinix"
Default: None
description - Description of the offering. Example: "1Gbps Cross Connect in us-east-1 via Equinix"
Default: None
public DescribeOfferingDetailResult withDescription(java.lang.String description)
Example: "1Gbps Cross Connect in us-east-1 via Equinix"
Default: None
Returns a reference to this object so that method calls can be chained together.
description - Description of the offering. Example: "1Gbps Cross Connect in us-east-1 via Equinix"
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 DescribeOfferingDetailResult 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 DescribeOfferingDetailResult withConnectionCosts(ConnectionCost... connectionCosts)
Returns a reference to this object so that method calls can be chained together.
connectionCosts - A list of connection costs.public DescribeOfferingDetailResult 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<OfferingOrderStep> getOrderSteps()
public void setOrderSteps(java.util.Collection<OfferingOrderStep> orderSteps)
orderSteps - A list of offering order steps.public DescribeOfferingDetailResult withOrderSteps(OfferingOrderStep... orderSteps)
Returns a reference to this object so that method calls can be chained together.
orderSteps - A list of offering order steps.public DescribeOfferingDetailResult withOrderSteps(java.util.Collection<OfferingOrderStep> orderSteps)
Returns a reference to this object so that method calls can be chained together.
orderSteps - A list of offering 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