Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.directconnect.model
Class DescribeOfferingDetailRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.directconnect.model.DescribeOfferingDetailRequest
All Implemented Interfaces:
Serializable

public class DescribeOfferingDetailRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeOfferingDetail operation.

Displays additional ordering step details for a specified offering.

See Also:
AmazonDirectConnect.describeOfferingDetail(DescribeOfferingDetailRequest), Serialized Form

Constructor 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

DescribeOfferingDetailRequest

public DescribeOfferingDetailRequest()
Method Detail

getOfferingId

public String getOfferingId()
The ID of the offering.

Example: us-west-1_EqSV5_1G

Default: None

Returns:
The ID of the offering.

Example: us-west-1_EqSV5_1G

Default: None


setOfferingId

public void setOfferingId(String offeringId)
The ID of the offering.

Example: us-west-1_EqSV5_1G

Default: None

Parameters:
offeringId - The ID of the offering.

Example: us-west-1_EqSV5_1G

Default: None


withOfferingId

public DescribeOfferingDetailRequest withOfferingId(String offeringId)
The ID of the offering.

Example: us-west-1_EqSV5_1G

Default: None

Returns a reference to this object so that method calls can be chained together.

Parameters:
offeringId - The ID of the offering.

Example: us-west-1_EqSV5_1G

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.