public class DescribeOfferingDetailRequest extends AmazonWebServiceRequest implements Serializable
DescribeOfferingDetail operation
.
Displays additional ordering step details for a specified offering.
Constructor and Description |
---|
DescribeOfferingDetailRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getOfferingId()
The ID of the offering.
|
int |
hashCode() |
void |
setOfferingId(String offeringId)
The ID of the offering.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeOfferingDetailRequest |
withOfferingId(String offeringId)
The ID of the offering.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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 DescribeOfferingDetailRequest 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 toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.