@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PurchaseOfferingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of the purchase offering (for example, 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.
|
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()