@Generated(value="software.amazon.awssdk:codegen") public class OfferingStatus extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<OfferingStatus.Builder,OfferingStatus>
The status of the offering.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OfferingStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OfferingStatus.Builder |
builder() |
Instant |
effectiveOn()
The date on which the offering is effective.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Offering |
offering()
Represents the metadata of an offering status.
|
Integer |
quantity()
The number of available devices in the offering.
|
static Class<? extends OfferingStatus.Builder> |
serializableBuilderClass() |
OfferingStatus.Builder |
toBuilder() |
String |
toString() |
String |
type()
The type specified for the offering status.
|
public String type()
The type specified for the offering status.
OfferingTransactionTypepublic Offering offering()
Represents the metadata of an offering status.
public Integer quantity()
The number of available devices in the offering.
public Instant effectiveOn()
The date on which the offering is effective.
public OfferingStatus.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<OfferingStatus.Builder,OfferingStatus>public static OfferingStatus.Builder builder()
public static Class<? extends OfferingStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.