public class Offering
extends java.lang.Object
implements java.io.Serializable
An offer to create a new connection for a specific price and terms.
| コンストラクタと説明 |
|---|
Offering() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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()
Name of the offering.
|
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)
Name of the offering.
|
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.
|
Offering |
withBandwidth(java.lang.String bandwidth)
Bandwidth of the connection.
|
Offering |
withConnectionCosts(java.util.Collection<ConnectionCost> connectionCosts)
A list of connection costs.
|
Offering |
withConnectionCosts(ConnectionCost... connectionCosts)
A list of connection costs.
|
Offering |
withDescription(java.lang.String description)
Description of the offering.
|
Offering |
withLocation(java.lang.String location)
Where the AWS Direct Connect offering is located.
|
Offering |
withOfferingId(java.lang.String offeringId)
The ID of the offering.
|
Offering |
withOfferingName(java.lang.String offeringName)
Name of the offering.
|
Offering |
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 Offering 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 Offering 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 Offering 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()
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 setOfferingName(java.lang.String offeringName)
Example: "1Gbps Cross Connect in us-east-1 via Equinix"
Default: None
offeringName - Name of the offering. Example: "1Gbps Cross Connect in us-east-1 via Equinix"
Default: None
public Offering withOfferingName(java.lang.String offeringName)
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.
offeringName - Name of the offering. Example: "1Gbps Cross Connect in us-east-1 via Equinix"
Default: None
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 Offering 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 Offering 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 Offering withConnectionCosts(ConnectionCost... connectionCosts)
Returns a reference to this object so that method calls can be chained together.
connectionCosts - A list of connection costs.public Offering 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.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