@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrackingInformation extends Object implements Serializable, Cloneable, StructuredPojo
Information about tracking a shipment.
| Constructor and Description |
|---|
TrackingInformation() |
| Modifier and Type | Method and Description |
|---|---|
TrackingInformation |
clone() |
boolean |
equals(Object obj) |
String |
getTrackingNumber()
The tracking number of the shipment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTrackingNumber(String trackingNumber)
The tracking number of the shipment.
|
String |
toString()
Returns a string representation of this object.
|
TrackingInformation |
withTrackingNumber(String trackingNumber)
The tracking number of the shipment.
|
public void setTrackingNumber(String trackingNumber)
The tracking number of the shipment.
trackingNumber - The tracking number of the shipment.public String getTrackingNumber()
The tracking number of the shipment.
public TrackingInformation withTrackingNumber(String trackingNumber)
The tracking number of the shipment.
trackingNumber - The tracking number of the shipment.public String toString()
toString in class ObjectObject.toString()public TrackingInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.