@Generated(value="software.amazon.awssdk:codegen") public final class Shipment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Shipment.Builder,Shipment>
The Status and TrackingNumber information for an inbound or outbound shipment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Shipment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Shipment.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Shipment.Builder> |
serializableBuilderClass() |
String |
status()
Status information for a shipment.
|
Shipment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trackingNumber()
The tracking number for this job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
Status information for a shipment.
public final String trackingNumber()
The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it.
For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
public Shipment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Shipment.Builder,Shipment>public static Shipment.Builder builder()
public static Class<? extends Shipment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.