|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.directconnect.model.DescribeOfferingDetailRequest
public class DescribeOfferingDetailRequest
Container for the parameters to the DescribeOfferingDetail operation
.
Displays additional ordering step details for a specified offering.
AmazonDirectConnect.describeOfferingDetail(DescribeOfferingDetailRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeOfferingDetailRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeOfferingDetailRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |