StructuredPojo
, ToCopyableBuilder<OfferingStatus.Builder,OfferingStatus>
@Generated("software.amazon.awssdk:codegen") public class OfferingStatus extends Object implements StructuredPojo, ToCopyableBuilder<OfferingStatus.Builder,OfferingStatus>
The status of the offering.
Modifier and Type | Class | Description |
---|---|---|
static interface |
OfferingStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static OfferingStatus.Builder |
builder() |
|
Date |
effectiveOn() |
The date on which the offering is effective.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type specified for the offering status.
|
public String type()
The type specified for the offering status.
OfferingTransactionType
public Offering offering()
Represents the metadata of an offering status.
public Integer quantity()
The number of available devices in the offering.
public Date effectiveOn()
The date on which the offering is effective.
public OfferingStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OfferingStatus.Builder,OfferingStatus>
public static OfferingStatus.Builder builder()
public static Class<? extends OfferingStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.