StructuredPojo
, ToCopyableBuilder<ShippingDetails.Builder,ShippingDetails>
@Generated("software.amazon.awssdk:codegen") public class ShippingDetails extends Object implements StructuredPojo, ToCopyableBuilder<ShippingDetails.Builder,ShippingDetails>
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ShippingDetails.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ShippingDetails.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Shipment |
inboundShipment() |
The
Status and TrackingNumber values for a Snowball being delivered to the address that
you specified for a particular job. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Shipment |
outboundShipment() |
The
Status and TrackingNumber values for a Snowball being returned to AWS for a
particular job. |
static Class<? extends ShippingDetails.Builder> |
serializableBuilderClass() |
|
String |
shippingOption() |
The shipping speed for a particular job.
|
ShippingDetails.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String shippingOption()
The shipping speed for a particular job. This speed doesn't dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.
In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
In India, Snowballs are delivered in one to seven days.
In the United States of America (US), you have access to one-day shipping and two-day shipping.
In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.
In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
In India, Snowballs are delivered in one to seven days.
In the United States of America (US), you have access to one-day shipping and two-day shipping.
ShippingOption
public Shipment inboundShipment()
The Status
and TrackingNumber
values for a Snowball being delivered to the address that
you specified for a particular job.
Status
and TrackingNumber
values for a Snowball being delivered to the
address that you specified for a particular job.public Shipment outboundShipment()
The Status
and TrackingNumber
values for a Snowball being returned to AWS for a
particular job.
Status
and TrackingNumber
values for a Snowball being returned to AWS for a
particular job.public ShippingDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ShippingDetails.Builder,ShippingDetails>
public static ShippingDetails.Builder builder()
public static Class<? extends ShippingDetails.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.