@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PurchaseOfferingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of the purchase offering (e.g., success or failure).
Constructor and Description |
---|
PurchaseOfferingResult() |
Modifier and Type | Method and Description |
---|---|
PurchaseOfferingResult |
clone() |
boolean |
equals(Object obj) |
OfferingTransaction |
getOfferingTransaction()
Represents the offering transaction for the purchase result.
|
int |
hashCode() |
void |
setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PurchaseOfferingResult |
withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
offeringTransaction
- Represents the offering transaction for the purchase result.public OfferingTransaction getOfferingTransaction()
Represents the offering transaction for the purchase result.
public PurchaseOfferingResult withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
offeringTransaction
- Represents the offering transaction for the purchase result.public String toString()
toString
in class Object
Object.toString()
public PurchaseOfferingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.