public class DescribeOfferingDetailResult extends Object implements Serializable
A structure containing detailed information about an offering.
Constructor and Description |
---|
DescribeOfferingDetailResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBandwidth()
Bandwidth of the connection.
|
List<ConnectionCost> |
getConnectionCosts()
A list of connection costs.
|
String |
getDescription()
Description of the offering.
|
String |
getLocation()
Where the AWS Direct Connect offering is located.
|
String |
getOfferingId()
The ID of the offering.
|
String |
getOfferingName()
Returns the value of the OfferingName property for this object.
|
List<OfferingOrderStep> |
getOrderSteps()
A list of offering 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 |
setDescription(String description)
Description of the offering.
|
void |
setLocation(String location)
Where the AWS Direct Connect offering is located.
|
void |
setOfferingId(String offeringId)
The ID of the offering.
|
void |
setOfferingName(String offeringName)
Sets the value of the OfferingName property for this object.
|
void |
setOrderSteps(Collection<OfferingOrderStep> orderSteps)
A list of offering 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.
|
DescribeOfferingDetailResult |
withBandwidth(String bandwidth)
Bandwidth of the connection.
|
DescribeOfferingDetailResult |
withConnectionCosts(Collection<ConnectionCost> connectionCosts)
A list of connection costs.
|
DescribeOfferingDetailResult |
withConnectionCosts(ConnectionCost... connectionCosts)
A list of connection costs.
|
DescribeOfferingDetailResult |
withDescription(String description)
Description of the offering.
|
DescribeOfferingDetailResult |
withLocation(String location)
Where the AWS Direct Connect offering is located.
|
DescribeOfferingDetailResult |
withOfferingId(String offeringId)
The ID of the offering.
|
DescribeOfferingDetailResult |
withOfferingName(String offeringName)
Sets the value of the OfferingName property for this object.
|
DescribeOfferingDetailResult |
withOrderSteps(Collection<OfferingOrderStep> orderSteps)
A list of offering order steps.
|
DescribeOfferingDetailResult |
withOrderSteps(OfferingOrderStep... orderSteps)
A list of offering order steps.
|
DescribeOfferingDetailResult |
withRegion(String region)
The AWS region where the offering is located.
|
public String getOfferingId()
Example: us-west-1_EqSV5_1G
Default: None
Example: us-west-1_EqSV5_1G
Default: None
public void setOfferingId(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(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 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 DescribeOfferingDetailResult 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 DescribeOfferingDetailResult 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 getOfferingName()
public void setOfferingName(String offeringName)
offeringName
- The new value for the OfferingName property for this object.public DescribeOfferingDetailResult withOfferingName(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 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(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(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 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 DescribeOfferingDetailResult 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 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(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<OfferingOrderStep> getOrderSteps()
public void setOrderSteps(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.