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, setRequestCredentialspublic 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 ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.