@Generated(value="software.amazon.awssdk:codegen") public class Offering extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<Offering.Builder,Offering>
Represents the metadata of a device offering.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Offering.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Offering.Builder |
builder() |
String |
description()
A string describing the offering.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
id()
The ID that corresponds to a device offering.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
platform()
The platform of the device (e.g., ANDROID or IOS).
|
List<RecurringCharge> |
recurringCharges()
Specifies whether there are recurring charges for the offering.
|
static Class<? extends Offering.Builder> |
serializableBuilderClass() |
Offering.Builder |
toBuilder() |
String |
toString() |
String |
type()
The type of offering (e.g., "RECURRING") for a device.
|
public String id()
The ID that corresponds to a device offering.
public String description()
A string describing the offering.
public String type()
The type of offering (e.g., "RECURRING") for a device.
OfferingTypepublic String platform()
The platform of the device (e.g., ANDROID or IOS).
DevicePlatformpublic List<RecurringCharge> recurringCharges()
Specifies whether there are recurring charges for the offering.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Offering.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<Offering.Builder,Offering>public static Offering.Builder builder()
public static Class<? extends Offering.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.