@Generated(value="software.amazon.awssdk:codegen") public class OfferingTransaction extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<OfferingTransaction.Builder,OfferingTransaction>
Represents the metadata of an offering transaction.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OfferingTransaction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OfferingTransaction.Builder |
builder() |
MonetaryAmount |
cost()
The cost of an offering transaction.
|
Date |
createdOn()
The date on which an offering transaction was created.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
offeringPromotionId()
The ID that corresponds to a device offering promotion.
|
OfferingStatus |
offeringStatus()
The status of an offering transaction.
|
static Class<? extends OfferingTransaction.Builder> |
serializableBuilderClass() |
OfferingTransaction.Builder |
toBuilder() |
String |
toString() |
String |
transactionId()
The transaction ID of the offering transaction.
|
public OfferingStatus offeringStatus()
The status of an offering transaction.
public String transactionId()
The transaction ID of the offering transaction.
public String offeringPromotionId()
The ID that corresponds to a device offering promotion.
public Date createdOn()
The date on which an offering transaction was created.
public MonetaryAmount cost()
The cost of an offering transaction.
public OfferingTransaction.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<OfferingTransaction.Builder,OfferingTransaction>public static OfferingTransaction.Builder builder()
public static Class<? extends OfferingTransaction.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.